implemented tarot matching

This commit is contained in:
ASPP Student 2025-09-24 10:49:31 +03:00
parent 09d032da1e
commit a0ad8a4ba9

View file

@ -67,25 +67,6 @@
"print(\"-- Deck 2: --\\n\", deck2)" "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", "cell_type": "code",
"execution_count": 11, "execution_count": 11,