Skip to content

Commit 75b0885

Browse files
author
joseguilhermefmoura
committed
Added solution to problem 2
1 parent 31bfa1b commit 75b0885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

1_Elementary/2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def easy_unpack(tpl: tuple) -> tuple:
2+
return (tpl[0], tpl[2], tpl[-2])

0 commit comments

Comments
 (0)