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
/
a288.py
blob: e0b318133e5a2c5f23654601703d10d17dce3de0 (
plain
)
1
2
3
4
def reverse_list_lists(lists): for l in lists: l.sort(reverse = True) return lists