def nameOfFunction(something): return something
def a_function(input1): return input1 * 2
def hi(): print("hi!")