0
What is none literal in python
3 Réponses
+ 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
+ 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.
0
Ans please