0
Uses of None
Can someone say the other uses of the None??
1 Odpowiedź
+ 3
As a unique type of value it is good for variable initialization, for example. Also, in debugging, for similar reasons.
Many methods, when returning None, means something went wrong.