8000 unpacking tuples · dsabhrawal/python-examples@b801001 · GitHub
[go: up one dir, main page]

Skip to content

Commit b801001

Browse files
Deepak SabhrawalDeepak Sabhrawal
authored andcommitted
unpacking tuples
1 parent 9875ddb commit b801001

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Collections/Tuples.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,9 @@
4747
print(x)
4848
print(y)
4949
print(z)
50-
#output: 1,2,3
50+
#output:
51+
'''
52+
1
53+
2
54+
3
55+
'''

0 commit comments

Comments
 (0)
0