Menu
×
×
Correct!
Exercise:Execute a function named
def my_function():
print("Hello from a function")
my_function()
Not CorrectClick here to try again. Correct!Next ❯def my_function(): print("Hello from a function") |