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
/
a114.py
blob: 3b13bb496ae1acba8188129b436d7eee32c56c1e (
plain
)
1
2
3
def str_to_tuple(test_str): res = tuple(map(int, test_str.split(', '))) return (res)