Moved problems till e045.py to Python 2.
This commit is contained in:
8
python/e050.py
Normal file
8
python/e050.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
def euler_050():
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("e050.py: " + str(euler_050()))
|
||||
assert(euler_050() == 0)
|
||||
Reference in New Issue
Block a user