mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
fixed lint errors
This commit is contained in:
@@ -13,4 +13,5 @@ else:
|
||||
file = './futureGenerators.md'
|
||||
|
||||
with open(file, 'a') as f:
|
||||
f.writelines(f'| {title} | {example_problem} | {example_solution} | {further_explanation} |\n')
|
||||
f.writelines(
|
||||
f'| {title} | {example_problem} | {example_solution} | {further_explanation} |\n')
|
||||
|
||||
Reference in New Issue
Block a user