Adopted new convention from template

This commit is contained in:
David Doblas Jiménez 2022-09-28 20:42:12 +02:00
parent 46bbacee08
commit 5094e59189

View File

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