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
/
unparsable_programs
/
a696.py
blob: 9ed1b128c33471eb9bb185e983eaf757f7fcf4a6 (
plain
)
1
2
3
def Sort(sub_li): sub_li.sort(key = lambda x: x[1]) return sub_li