← Back to List
27434번: 팩토리얼 3 ↗
Solutions
PyPy3
57 B | 57 chars
from math import factorial print(factorial(int(input())))