mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
id 26 bug fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user