mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2026-04-18 17:36:16 +02: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