Defining functions
Name a computation.
Defining functions
def names a function; return hands a value back. Call it by name with arguments in parentheses.
Name a computation.
def names a function; return hands a value back. Call it by name with arguments in parentheses.