Computer Science, asked by sarjuprasad121982, 9 months ago

What is “None” literal in Python ?​

Answers

Answered by deshdeepak88
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