Skip to content

Commit 643536f

Browse files
committed
Tuple Final Commit
1 parent 1081d37 commit 643536f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Tuples.ipynb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,15 @@
222222
},
223223
{
224224
"cell_type": "code",
225-
"execution_count": 17,
225+
"execution_count": 18,
226226
"metadata": {},
227227
"outputs": [
228228
{
229229
"name": "stdout",
230230
"output_type": "stream",
231231
"text": [
232-
"('a', 'b', 'c', 1, 2, 3)\n"
232+
"('a', 'b', 'c', 1, 2, 3)\n",
233+
"[1, 2, 3]\n"
233234
]
234235
}
235236
],
@@ -241,13 +242,6 @@
241242
"print(tuple3)\n",
242243
"print(l)"
243244
]
244-
},
245-
{
246-
"cell_type": "code",
247-
"execution_count": null,
248-
"metadata": {},
249-
"outputs": [],
250-
"source": []
251245
}
252246
],
253247
"metadata": {

0 commit comments

Comments
 (0)