Programming (Year 12)
Functions
Which of the following is a correct way to create a function in Python?
function myFunction() {}
def myFunction():
create myFunction()
myFunction() = function() {}
Next