What is none literal in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is none literal in python

8th Sep 2020, 9:44 AM
Vanitha Duraiarasu
Vanitha Duraiarasu - avatar
3 Answers
+ 6
`Python contains one special literal i.e., None. None is used to specify to that field that is not created. It is also used for end of lists in Python.` https://brainly.in/question/8171592
8th Sep 2020, 9:46 AM
Nilesh
Nilesh - avatar
+ 5
Vanitha Duraiarasu , this is the definition that is given in the original python docs: The Python None object, denoting lack of value. This object has no methods. It needs to be treated just like any other object with respect to reference counts.
8th Sep 2020, 12:15 PM
Lothar
Lothar - avatar
0
Ans please
8th Sep 2020, 9:45 AM
Vanitha Duraiarasu
Vanitha Duraiarasu - avatar