Moved 1 to 5 to Python and learned a ton.

This commit is contained in:
2019-07-13 23:58:38 -04:00
parent 414cf4b074
commit b246d56acd
13 changed files with 402 additions and 2 deletions

5
python/e006.py Normal file
View File

@@ -0,0 +1,5 @@
def euler_006():
return 0
assert(euler_006() == 233168)
print("e006.py: {}".format(euler_006()))