Computer Science, asked by vandanarathod15379, 5 months ago

The ________ data type is used to signify the absence of value in a situation in Python.​

Answers

Answered by rashimistry
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 dharashah712008
2

Answer:

None Data Type

Explanation:

please follow if it is correct

Similar questions