paste bin

malic
Python
n=int(input())
t=1
for i in range(2,n+1):
    t*=i
print(t)

2020 C2QF

fork this code