mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
added latex unavailable message and scripts folder
This commit is contained in:
@@ -48,6 +48,8 @@ def expandingFunc(range_x1=10,
|
||||
problem = f"({p1}x{p2})({p3}x{p4})"
|
||||
solution = f"{c1}*x^2{c2}*x{c3}"
|
||||
return problem, solution
|
||||
elif format == 'latex':
|
||||
return "Latex unavailable"
|
||||
else:
|
||||
return p1, p2, p3, p4, c1, c2, c3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user