Files
Learn-Python-Programming-Th…/ch01/factorial.py
T
adii1823 ff85709895 ch01
2021-10-28 16:58:30 +05:30

3 lines
51 B
Python

>>> from math import factorial
>>> factorial(5)
120