Get your own Python server Result Size: 625 x 565
x
 
# Import math Library
import math
# Convert different degrees into radians
print(math.radians(180))
print(math.radians(100.03))
print(math.radians(-20))
3.141592653589793
1.7458528507699278
-0.3490658503988659