Moved 1 to 5 to Python and learned a ton.
This commit is contained in:
5
python/e006.py
Normal file
5
python/e006.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def euler_006():
|
||||
return 0
|
||||
|
||||
assert(euler_006() == 233168)
|
||||
print("e006.py: {}".format(euler_006()))
|
||||
Reference in New Issue
Block a user