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