Exemple de python def
def Hello
print("Hello")
Confused Crayfish
def Hello
print("Hello")
def function_name():
# write here what the function does
print("my first function")
function_name() # call the function