Result Size: 625 x 571
โ€‹x
 
#Import math Library
import math 
โ€‹
#Convert angles from radians to degrees:
print (math.degrees(8.90))
print (math.degrees(-20))
print (math.degrees(1))
print (math.degrees(90))
โ€‹
509.9324376664327
-1145.9155902616465
57.29577951308232
5156.620156177409