5 lines
No EOL
64 B
Python
5 lines
No EOL
64 B
Python
def factorielle(n):
|
|
f = 1
|
|
.........
|
|
f = f * i
|
|
return f |