Skip to content

Commit f16d1df

Browse files
committed
List Config
1 parent 510a605 commit f16d1df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

List.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,16 @@
296296
"print(thislist)"
297297
]
298298
},
299+
{
300+
"cell_type": "code",
301+
"execution_count": 19,
302+
"metadata": {},
303+
"outputs": [],
304+
"source": [
305+
"thislist = [\"apple\", \"banana\", \"cherry\"]\n",
306+
"del thislist"
307+
]
308+
},
299309
{
300310
"cell_type": "code",
301311
"execution_count": null,

0 commit comments

Comments
 (0)