Remove output
This commit is contained in:
parent
51c89cec1a
commit
c4546f759c
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user