What is “None” literal in Python ?
Answers
Answered by
0
Answer:
- "None" is a special literal in Python.
- The None literal is used to indicate absence of value.
- It is also used to indicate the end of lists in Python.
- The None value in Python means "there is no useful information" or "there is nothing here".
#hope it helps you ..
Similar questions