Fix formatting for printing

This commit is contained in:
David Doblas Jiménez 2021-10-18 10:02:21 +02:00
parent dff609f634
commit e086121975

View File

@ -35,7 +35,7 @@ def create_problem():
if __name__ == "__main__": if __name__ == "__main__":
print(f"Result for Problem {args['problem']}: {{compute()}}") print(f"Result for Problem {{int({args['problem']}):003d}}: {{compute()}}")
''') ''')
f.write(template) f.write(template)