예제 #1
0
def problem_20():
	return digits_sum(factorial(100))
예제 #2
0
def problem_16():
	return digits_sum(2**1000)