5. None Data type:
Where do we use None data type?
If the value is not available, then to handle such type of situation None is used.
Example program on None
def ex():
a=10
print(ex())
"""output""
None
Youtube channel click here to see this video
Next Topic: Sequences data types
Previous Topic: Bool data type
No comments:
Post a Comment