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 d4cfdd0 commit f10d0deCopy full SHA for f10d0de
List.ipynb
@@ -344,6 +344,25 @@
344
"print(mylist)"
345
]
346
},
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
+ },
366
{
367
"cell_type": "code",
368
"execution_count": null,
0 commit comments