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: