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