Sep-09-2018, 08:01 PM
Hi,
I wrote this code
why?
Best regards,
I wrote this code
x=input('donnez un nombre')
y=int(x)
d=y
while d>=1:
y=y*(y-1)
d=d-1
print(y)but for 4 in input cmd give me 298995972 instead of 24..why?
Best regards,
