fonction de retour python
def example_function(input):
output = input + 1
return output
Kelvin ?
def example_function(input):
output = input + 1
return output
def example_function():
return "Example"