Back to quizzes

Functions Quiz

Java / Loops | Medium | 15 questions

Question 1 of 15

4 free questions left

What is the output of the following code: def my_function(): return 'Hello'; print(my_function())?