Adopted new convention from template

This commit is contained in:
David Doblas Jiménez 2022-09-21 20:46:49 +02:00
parent 609a2f9264
commit e19c926369

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
"""
Created on 26 Aug 2017
@ -34,5 +34,4 @@ def compute():
if __name__ == "__main__":
print(f"Result for Problem 9: {compute()}")
print(f"Result for Problem 9 is {compute()}")