Add documentation to 75.\nAdd solutions to 75 and 76.\nAdd templates till problem 85.
This commit is contained in:
8
python/e082.py
Normal file
8
python/e082.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
def euler_082():
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("e082.py: " + str(euler_082()))
|
||||
assert(euler_082() == 0)
|
||||
Reference in New Issue
Block a user