Which of the following is the valid way to begin the definition of a function in Python?
function some_function():
def some_function():
function some_function()
def some_function()