The ________ data type is used to signify the absence of value in a situation in Python.
Answers
Answered by
3
Answer:
here you go
Explanation:
None is a special constant in Python that represents the absence of a value or a null value. It is an object of its own datatype, the NoneType . We cannot create multiple None objects but can assign it to variables.
These variables will be equal to one another.
Answered by
2
Answer:
None Data Type
Explanation:
please follow if it is correct
Similar questions