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
/
a635.py
blob: cd09d1ee1d87a59e84a1cf82f6f421955e487e63 (
plain
)
1
2
3
def rear_extract(test_list): res = [lis[-1] for lis in test_list] return (res)