Skip to content

Commit f10d0de

Browse files
committed
List Config
1 parent d4cfdd0 commit f10d0de

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

List.ipynb

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,25 @@
344344
"print(mylist)"
345345
]
346346
},
347+
{
348+
"cell_type": "code",
349+
"execution_count": 22,
350+
"metadata": {},
351+
"outputs": [
352+
{
353+
"name": "stdout",
354+
"output_type": "stream",
355+
"text": [
356+
"['apple', 'banana', 'cherry']\n"
357+
]
358+
}
359+
],
360+
"source": [
361+
"thislist = [\"apple\", \"banana\", \"cherry\"]\n",
362+
"mylist = list(thislist)\n",
363+
"print(mylist)"
364+
]
365+
},
347366
{
348367
"cell_type": "code",
349368
"execution_count": null,

0 commit comments

Comments
 (0)