File size: 95 Bytes
1514a0b
 
 
 
 
1
2
3
4
5
import math

def radian_degree(degree):
    radian = degree * (math.pi / 180)
    return radian