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
/
a481.py
blob: 7d9cf518ec0db60e3bec8ac65211a208bf862001 (
plain
)
1
2
3
def string_to_list(string): lst = list(string.split(" ")) return lst