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
/
a787.py
blob: 511864b4b356c433a913cd1b8f66cac3538fccf1 (
plain
)
1
2
3
def
extract_rear
(
test_tuple
):
res
=
list
(
sub
[
len
(
sub
)
-
1
]
for
sub
in
test_tuple
)
return
(
res
)