Forgot to add problem description

This commit is contained in:
2020-04-09 02:39:45 +02:00
parent 44322645d0
commit 61f7d81e19

View File

@@ -2,6 +2,7 @@ import os
import math import math
import numpy as np import numpy as np
# Find the sum of all the digits of 2 ^ 1000
def main(): def main():
print("Hello, this is Patrick") print("Hello, this is Patrick")