index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a5.py
blob: f34be6853dd913e0e0f347a42116b47315303da5 (
plain
)
1
2
3
4
import math def radian_degree(degree): radian = degree*(math.pi/180) return radian