mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Update degreeToRadFunc.py
This commit is contained in:
@@ -10,3 +10,6 @@ def degreeToRadFunc(max_deg=360):
|
||||
solution = str(b)
|
||||
|
||||
return problem, solution
|
||||
|
||||
|
||||
degreeToRad = Generator("Degrees to Radians", 86, "Angle a in radians is = ", "b", degreeToRadFunc)
|
||||
|
||||
Reference in New Issue
Block a user