Adopted new convention from template

This commit is contained in:
David Doblas Jiménez 2022-09-28 20:45:26 +02:00
parent 68012b44ce
commit 3cd992b1b3

View File

@ -40,5 +40,4 @@ def compute():
if __name__ == "__main__":
print(f"Result for Problem 30: {compute()}")
print(f"Result for Problem 30 is {compute()}")