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
/
a293.py
blob: 406a267a33067dfef10574a86e28f8ecefa29e7e (
plain
)
1
2
3
def
float_to_tuple
(
test_str
):
res
=
tuple
(
map
(
float
,
test_str
.
split
(
', '
)))
return
(
res
)