Пример #1
0
def problem_20():
	return digits_sum(factorial(100))
Пример #2
0
def problem_16():
	return digits_sum(2**1000)