For consistency with the Julia pattern
This commit is contained in:
@@ -35,7 +35,7 @@ def create_problem():
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
print(f"Result for problem {args['problem']}: {{compute()}}")
|
||||
print(f"Result for Problem {args['problem']}: {{compute()}}")
|
||||
''')
|
||||
|
||||
f.write(template)
|
||||
|
||||
Reference in New Issue
Block a user