Skip to content

Commit 36a58da

Browse files
committed
'2'
1 parent c21364a commit 36a58da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tuple Series/E2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tuple1 = ("Orange", [10, 20, 30], (5, 15, 25))
2+
3+
print(tuple1[1][1])

0 commit comments

Comments
 (0)