Как определить функцию в Python
def a_function(input1):
return input1 * 2
Koanarec
def a_function(input1):
return input1 * 2