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 d687444 commit 88e1b79Copy full SHA for 88e1b79
List.ipynb
@@ -424,6 +424,25 @@
424
"print(list1)"
425
]
426
},
427
+ {
428
+ "cell_type": "code",
429
+ "execution_count": 26,
430
+ "metadata": {},
431
+ "outputs": [
432
433
+ "name": "stdout",
434
+ "output_type": "stream",
435
+ "text": [
436
+ "['apple', 'banana']\n"
437
+ ]
438
+ }
439
+ ],
440
+ "source": [
441
+ "thislist = [\"apple\", \"banana\", \"cherry\"]\n",
442
+ "thislist.pop()\n",
443
+ "print(thislist)"
444
445
+ },
446
{
447
"cell_type": "code",
448
"execution_count": null,
0 commit comments