Comment définir une fonctio à Python
def a_function(input1):
return input1 * 2
Koanarec
def a_function(input1):
return input1 * 2