3 lines
58 B
Python
3 lines
58 B
Python
from math import factorial
|
|
print(factorial(int(input())))
|
from math import factorial
|
|
print(factorial(int(input())))
|