Remove output

This commit is contained in:
Ryszard Staruch 2024-10-01 13:47:49 +02:00
parent 51c89cec1a
commit c4546f759c

View File

@ -143,17 +143,9 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": null,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [],
{
"name": "stdout",
"output_type": "stream",
"text": [
"a\n"
]
}
],
"source": [ "source": [
"with open(\"vocabulary.txt\", \"r\") as file:\n", "with open(\"vocabulary.txt\", \"r\") as file:\n",
" vocab = file.readlines()\n", " vocab = file.readlines()\n",