Programming (11th Grade)
Functions
What is the correct way to create a function in Python?
def myFunction():
function myFunction():
create myFunction():
myFunction():