Vidyalelo
Python · Q70

Functions in Python

Programming · Python · question 70

Q70

If a function doesn't have a return statement, which of the following does the function return?

A.
int
B.
null
C.
None
Answer
D.
An exception is thrown without the return statement

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board