summaryrefslogtreecommitdiff
path: root/progs/a577.py
blob: 3c79047a22e677942043ed5036d3cfc04634c542 (plain)
1
2
3
4
import math
def degree_radian(radian):
 degree = radian*(180/math.pi)
 return degree