We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bfa1b commit 75b0885Copy full SHA for 75b0885
1_Elementary/2.py
@@ -0,0 +1,2 @@
1
+def easy_unpack(tpl: tuple) -> tuple:
2
+ return (tpl[0], tpl[2], tpl[-2])
0 commit comments