mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Delete DegreeToRadian.py
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
from .__init__ import *
|
||||
|
||||
|
||||
def DegreeToRadian(maxAngle=360):
|
||||
angle = random.randint(1, maxAngle)
|
||||
radian = round(math.radians(angle), 2)
|
||||
problem = f"{angle} Degrees is equal to Radian = "
|
||||
solution = radian
|
||||
|
||||
return problem, solution
|
||||
Reference in New Issue
Block a user