If A Function Doesnt Have A Return Statement Which Of The #669
If a function doesn’t have a return statement, which of the following does the function return?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Functions - Python Function - Quiz No.4.
If a function doesn’t have a return statement, which of the following does the function return?
int
null
None
An exception is thrown without the return statement