kinds of none ?? plzz tell me
Answers
Answered by
2
None is a type with only one value, None . None is also used as the return type for functions that don't return a value, i.e. functions that implicitly return None . The Python interpreter internally uses the name NoneType for the type of None , but None is always used in type annotations.
Similar questions