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