summaryrefslogtreecommitdiff
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)