summaryrefslogtreecommitdiff
path: root/progs/a292.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a292.py')
-rw-r--r--progs/a292.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/a292.py b/progs/a292.py
new file mode 100644
index 0000000..3230284
--- /dev/null
+++ b/progs/a292.py
@@ -0,0 +1,2 @@
+def Extract(lst):
+ return [item[-1] for item in lst] \ No newline at end of file