0
what is use of it (none)
2 Answers
+ 1
None is useful for certain functions, such as input (). You can create your own functions that can accept None as a parameter, as well.
IE: if you make a function that converts RGB codes into color names, you might want to put a case if None is your parameters, that returns "No input." or possibly "0,0,0 = white."
0
Placeholder