For consistency with the Julia pattern

This commit is contained in:
David Doblas Jiménez 2021-06-08 17:33:58 +02:00
parent 7cf67f923f
commit e1456a2f8f

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 {args['problem']}: {{compute()}}")
''') ''')
f.write(template) f.write(template)