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
/
a107.py
blob: 3393151431cc3bfe47e0b36adc8d76bed5f9949d (
plain
)
1
2
3
def
Convert
(
string
):
li
=
list
(
string
.
split
(
" "
))
return
li