Adopted new convention from template
This commit is contained in:
parent
08ca75445f
commit
d5b21cacef
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python
|
||||||
"""
|
"""
|
||||||
Created on 05 Aug 2022
|
Created on 05 Aug 2022
|
||||||
|
|
||||||
@ -31,5 +31,4 @@ def compute():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
print(f"Result for Problem 63 is {compute()}")
|
||||||
print(f"Result for Problem {int(63):003d}: {compute()}")
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user