Programming (Year 11)
Functions
Which of the following correctly defines a function in Python?
function myFunction() {}
def myFunction():
myFunction() := function
create myFunction()