What does return none mean in python?



What does return none mean in python?..

Answer / Ujjawal Trivedi

In Python, 'return None' is a statement used to indicate that a function has completed its task and did not produce any meaningful result. When a function returns None, it essentially returns an undefined value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Find all occurrences of a substring in Python

1 Answers  


How does python compare string and int?

1 Answers  


Difference between mutable and immutable in python?

1 Answers  


Name the arithmetic operators supported by python.

1 Answers  


Are functions objects in python?

1 Answers  


What is list comprehension? Give an example.

2 Answers  


How do you split a list into evenly sized chunks?

1 Answers  


How to access a module written in python from c?

1 Answers  


How to copy an object in python?

1 Answers  


Do you know the number of keywords in python? Why should you know them all?

1 Answers  


what exactly are iterator, iterable, and iteration?

1 Answers  


Can I create a website with Python?

1 Answers  


Categories