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