3 lines
66 B
Python
3 lines
66 B
Python
|
import math
|
||
|
sum([int(x) for x in list(str(math.factorial(100)))])
|