Moved problems till e045.py to Python 2.

This commit is contained in:
2019-07-16 21:17:21 -04:00
parent ddb61ff731
commit 301033d17d
20 changed files with 324 additions and 0 deletions

8
python/e046.py Normal file
View File

@@ -0,0 +1,8 @@
def euler_046():
return 0
if __name__ == "__main__":
print("e046.py: " + str(euler_046()))
assert(euler_046() == 0)