to degrees python code example
Example: python radians to degrees
# The function 'degrees()' converts an angle from radians to degrees
import math
math.degrees(angle)
# The function 'degrees()' converts an angle from radians to degrees
import math
math.degrees(angle)