index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
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