The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #41
A return statement ends the execution of the function call and "returns" the result, i.e. the value of the expression following the return keyword, to the caller. (python-course.eu/python3_functions.php)
What is the purpose of the return keyword?
— The Python Quiz (@thepythonquiz) May 7, 2020
It stops the execution of the function.
It defines which object is returned by a function.
Both.#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅