3 lines
51 B
Python
3 lines
51 B
Python
>>> from math import factorial
|
|
>>> factorial(5)
|
|
120 |
>>> from math import factorial
|
|
>>> factorial(5)
|
|
120 |