Remove output
This commit is contained in:
parent
51c89cec1a
commit
c4546f759c
@ -143,17 +143,9 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"a\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"with open(\"vocabulary.txt\", \"r\") as file:\n",
|
||||
" vocab = file.readlines()\n",
|
||||
|
Loading…
Reference in New Issue
Block a user