Skip to content

Commit 4ec45e0

Browse files
Automatically backed up by Learn
1 parent b994698 commit 4ec45e0

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

index.ipynb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -201,19 +201,18 @@
201201
},
202202
{
203203
"cell_type": "code",
204-
"execution_count": 3,
204+
"execution_count": 5,
205205
"metadata": {},
206206
"outputs": [
207207
{
208-
"ename": "NameError",
209-
"evalue": "name 'countries' is not defined",
210-
"output_type": "error",
211-
"traceback": [
212-
"\u001b[0;31m\u001b[0m",
213-
"\u001b[0;31mNameError\u001b[0mTraceback (most recent call last)",
214-
"\u001b[0;32m<ipython-input-3-964e54b821ca>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mkindof_neighbors\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mcountries\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;36m2\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;36m5\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2\u001b[0m \u001b[0mkindof_neighbors\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
215-
"\u001b[0;31mNameError\u001b[0m: name 'countries' is not defined"
216-
]
208+
"data": {
209+
"text/plain": [
210+
"['Argentina', 'Mexico', 'USA']"
211+
]
212+
},
213+
"execution_count": 5,
214+
"metadata": {},
215+
"output_type": "execute_result"
217216
}
218217
],
219218
"source": [

0 commit comments

Comments
 (0)