Moved more problems to Python.
This commit is contained in:
7
python/e020.py
Normal file
7
python/e020.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def euler_020():
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
assert(euler_020() == 1074)
|
||||
print("e020.py: {}".format(euler_020()))
|
||||
Reference in New Issue
Block a user