Python Tutorial

Here you can learn about the basics of Python for free.

Thursday, July 2, 2020

None (Special Literal)






The None literal is used to indicate absence of value. It is also used to indicate the end of lists in python. None in Python means "There is no useful information " or "There's nothing here."

None is used when the needs of a particular variable in later part of the program.
Let's take an example: