Programming (12th Grade)
Functions
Which of the following code snippets correctly declares a function in Python?
def myFunction():
function myFunction[]
myFunction() = function
declare myFunction()
Next