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
/
a615.py
blob: 36cd1c1cfe214f9b154c90e0ec6fc82061ce046e (
plain
)
1
2
3
4
import
cmath
def
convert
(
numbers
):
num
=
cmath
.
polar
(
numbers
)
return
(
num
)