Fix formatting for printing
This commit is contained in:
parent
dff609f634
commit
e086121975
@ -35,7 +35,7 @@ def create_problem():
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
print(f"Result for Problem {args['problem']}: {{compute()}}")
|
||||
print(f"Result for Problem {{int({args['problem']}):003d}}: {{compute()}}")
|
||||
''')
|
||||
|
||||
f.write(template)
|
||||
|
Loading…
x
Reference in New Issue
Block a user