saving . . . saved Data Type of the Python has been deleted. Data Type of the Python has been hidden .
Data Type of the Python
Title
Question
What is the use of "NONE" data type?

Python-3.4.3 General None min None sec 22-06-19, 4:15 p.m. Rah

Answers:

The none keyword is used to define a null \r\nvalue, or no value at all.\r\n

None is not the same as 0, False, or an empty string. None is a datatype of \r\nits own (NoneType) and only None can be None.


Refer below link

https://www.w3schools.com/python/ref_keyword_none.asp

22-06-19, 4:17 p.m. dharmeshbhalodia33@gmail.com


Log-in to answer to this question.