id 26 bug fix

This commit is contained in:
lukew3
2020-10-20 12:04:07 -04:00
parent 4ed195bbd0
commit e9e4a70d4d
2 changed files with 89 additions and 89 deletions

View File

@@ -26,7 +26,7 @@ def linearEquationsFunc(n=2, varRange=20, coeffRange=20):
problem.append(prob)
# problem = "\n".join(problem)
problem = "".join(problem)
problem = ", ".join(problem)
return problem, solution