Solve problem 70 in Python.
This commit is contained in:
8
python/e075.py
Normal file
8
python/e075.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
def euler_075():
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("e075.py: " + str(euler_075()))
|
||||
assert(euler_075() == 0)
|
||||
Reference in New Issue
Block a user