how to convert from radians to degrees in python math module 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)