Как определить функцию в Python

def a_function(input1):
  return input1 * 2
Koanarec