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