0
Q:

none in python

# None is used to define a null value or no value at all.None is a datatype 
# on its own and its not the same as False, 0 or an empty string

test = None
print(test)
# The result will be
# None
-2

New to Communities?

Join the community