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 1114bff commit 3f86330Copy full SHA for 3f86330
Ch07-Tuples.ipynb
@@ -5,7 +5,10 @@
5
"metadata": {},
6
"source": [
7
"# Tuples\n",
8
- "- containers used for grouping data values surrounded with parenthesis"
+ "- 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)"
12
]
13
},
14
{
0 commit comments