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