What does none type mean in python?



What does none type mean in python?..

Answer / Dinesh Kumar Yadawa

In Python, the 'None' type is a singleton object of type NoneType, used as a placeholder when no object value is required or when an operation returns no result.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What are different methods to copy an object in python?

1 Answers  


How to send a object and its value to the garbage collection?

1 Answers  


What is python shell and idle?

1 Answers  


In python, can you name the data science and machine learning libraries?

1 Answers  


Which methods/functions do we use to determine the type of instance and inheritance?

1 Answers  


Why should we hire you examples?

1 Answers  


Is python written in python?

1 Answers  


What is python easy_install?

1 Answers  


List some namespace in python?

1 Answers  


How can you organize your code to make it easier to change the base class?

1 Answers  


Name some of the features of python?

1 Answers  


What is wrong with the code?

1 Answers  


Categories