summaryrefslogtreecommitdiff
path: root/progs/a787.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a787.py')
-rw-r--r--progs/a787.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/progs/a787.py b/progs/a787.py
new file mode 100644
index 0000000..511864b
--- /dev/null
+++ b/progs/a787.py
@@ -0,0 +1,3 @@
+def extract_rear(test_tuple):
+ res = list(sub[len(sub) - 1] for sub in test_tuple)
+ return (res) \ No newline at end of file