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

7 lines
No EOL
66 B
Python

a = 4
b = 4
c = 4
while a < 5:
a = a - 1
b = b + 1
c = c * b