ConvertQCM/C1/vs/q19_23.py
2025-08-26 18:38:28 +02:00

5 lines
No EOL
64 B
Python

def factorielle(n):
f = 1
.........
f = f * i
return f