Page
https://apprendre.modulo-info.ch/content/appr/theme/prog1/cours/7_fonc/fonc.html
Quel est le problème relevé ?
def pythagore(a, b):
print(pythagore(3, 4))
Quelle est votre suggestion ?
def pythagore(a, b):
return ((a2+b2)**(1/2))
print(pythagore(3, 4))
Code of Conduct
Page
https://apprendre.modulo-info.ch/content/appr/theme/prog1/cours/7_fonc/fonc.html
Quel est le problème relevé ?
def pythagore(a, b):
print(pythagore(3, 4))
Quelle est votre suggestion ?
def pythagore(a, b):
return ((a2+b2)**(1/2))
print(pythagore(3, 4))
Code of Conduct