1.

What is None literal in python?

Answer» None is function which will return no value in python.ex—value(5) (None) so it will no show any result
I don\'t know
Python has one special literal called \'None\'. The \'None\' literal is used to indicate something that has not yet been created. It is also used to indicate the end of lists in Python.


Discussion

No Comment Found