From a1460bf335df17ce0c8254b1cb1c9fd51eb66a68 Mon Sep 17 00:00:00 2001 From: Luigi Selmi Date: Tue, 23 Jul 2024 17:42:54 +0200 Subject: [PATCH] dict from lists --- python/scipy-numpy-cheat-sheet.ipynb | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/python/scipy-numpy-cheat-sheet.ipynb b/python/scipy-numpy-cheat-sheet.ipynb index bda5fd2..7bf1303 100755 --- a/python/scipy-numpy-cheat-sheet.ipynb +++ b/python/scipy-numpy-cheat-sheet.ipynb @@ -725,26 +725,6 @@ "find_score('Pluto', character_score_dict)" ] }, - { - "cell_type": "code", - "execution_count": 84, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "[5, 8, 4]" - ] - }, - "execution_count": 84, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "character_score_dict['Score']" - ] - }, { "cell_type": "markdown", "metadata": {},