mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Fix readme id 26 error
This commit is contained in:
@@ -25,7 +25,8 @@ def linearEquationsFunc(n=2, varRange=20, coeffRange=20):
|
||||
prob = " + ".join(prob) + " = " + str(res)
|
||||
problem.append(prob)
|
||||
|
||||
problem = "\n".join(problem)
|
||||
# problem = "\n".join(problem)
|
||||
problem = "".join(problem)
|
||||
return problem, solution
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user