Fix readme id 26 error

This commit is contained in:
lukew3
2020-10-20 12:03:23 -04:00
parent 44bd19d0d2
commit 4ed195bbd0
2 changed files with 88 additions and 88 deletions

View File

@@ -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