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
/
a104.py
blob: ca6d321bd9b29706e28dcfeb806d75d6e5682a85 (
plain
)
1
2
3
4
def
sort_sublists
(
list1
):
list1
.
sort
()
list1
.
sort
(
key
=
len
)
return
list1