Back to quizzes
Functions Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What is the correct way to define a function in Python?
A
def my_function():
B
function my_function():
C
my_function():
D
create my_function():