Exemplo n.º 1
0
def main():
    return sum_digits(factorial(100))
Exemplo n.º 2
0
def main():
    return sum_digits(2**1000)