Remove general problem and solution from generator object

This commit is contained in:
lukew3
2021-10-02 23:52:10 -04:00
parent a6dbd2cf9f
commit 6b35cbb452
114 changed files with 78 additions and 186 deletions

View File

@@ -13,6 +13,5 @@ def degreeToRadFunc(max_deg=360):
return problem, solution
degree_to_rad = Generator("Degrees to Radians", 86, "Angle a in radians is = ",
"b", degreeToRadFunc,
degree_to_rad = Generator("Degrees to Radians", 86, degreeToRadFunc,
["max_deg=360"])