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
/
a932.py
blob: f6d49b46446427f05addd8a390277292e71c8c10 (
plain
)
1
2
3
def
sort_sublists
(
list1
):
result
=
list
(
map
(
sorted
,
list1
))
return
result