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
/
a256.py
blob: 14349d58ed7f81dc31f93f753b19c0eccdcad399 (
plain
)
1
2
3
def
listify_list
(
list1
):
result
=
list
(
map
(
list
,
list1
))
return
result