import mathdef rad2deg(radNumber): return (radNumber * 180) / math.pi
import math
def rad2deg(radNumber):
return (radNumber * 180) / math.pi