diff --git a/exercises/match_tarots/match_tarots.ipynb b/exercises/match_tarots/match_tarots.ipynb index 9712ab3..e62c9bd 100644 --- a/exercises/match_tarots/match_tarots.ipynb +++ b/exercises/match_tarots/match_tarots.ipynb @@ -67,25 +67,6 @@ "print(\"-- Deck 2: --\\n\", deck2)" ] }, - { - "cell_type": "code", - "execution_count": 2, - "id": "48eb31e2", - "metadata": {}, - "outputs": [ - { - "ename": "_IncompleteInputError", - "evalue": "incomplete input (4127308383.py, line 1)", - "output_type": "error", - "traceback": [ - "\u001b[0;36m Cell \u001b[0;32mIn[2], line 1\u001b[0;36m\u001b[0m\n\u001b[0;31m dict(keys = deck1, values = range(len(deck1))\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31m_IncompleteInputError\u001b[0m\u001b[0;31m:\u001b[0m incomplete input\n" - ] - } - ], - "source": [ - "dict(keys = deck1, values = range(len(de" - ] - }, { "cell_type": "code", "execution_count": 11,