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