Como definir uma functio em python

def a_function(input1):
  return input1 * 2
Koanarec