Solve problem 961
This commit is contained in:
@@ -7,7 +7,7 @@ def euler_XXX():
|
||||
|
||||
if __name__ == "__main__":
|
||||
solution = euler_XXX()
|
||||
print("eXXX.py: " + str(solution))
|
||||
print(f"eXXX.py: {solution}")
|
||||
# assert(solution == 0)
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user