index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
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