Skip to content

Commit 3f86330

Browse files
committed
updated Tuples
1 parent 1114bff commit 3f86330

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Ch07-Tuples.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"metadata": {},
66
"source": [
77
"# Tuples\n",
8-
"- containers used for grouping data values surrounded with parenthesis"
8+
"- containers used for grouping data values surrounded with parenthesis\n",
9+
"- two major operations done with tuples are:\n",
10+
" 1. packing (creating tuples)\n",
11+
" 2. unpacking (storing data into individual variables)"
912
]
1013
},
1114
{

0 commit comments

Comments
 (0)