Skip to content

Commit 7edb255

Browse files
committed
typo
1 parent 4e3ee88 commit 7edb255

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

beginner/notebooks/conditionals.ipynb

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -380,44 +380,6 @@
380380
"source": [
381381
"For more detailed overview about conditionals, check this [tutorial from Real Python](https://realpython.com/python-conditional-statements/)."
382382
]
383-
},
384-
{
385-
"cell_type": "code",
386-
"execution_count": 16,
387-
"metadata": {},
388-
"outputs": [],
389-
"source": [
390-
"from paises import paises"
391-
]
392-
},
393-
{
394-
"cell_type": "code",
395-
"execution_count": 17,
396-
"metadata": {},
397-
"outputs": [
398-
{
399-
"data": {
400-
"text/plain": [
401-
"197"
402-
]
403-
},
404-
"execution_count": 17,
405-
"metadata": {},
406-
"output_type": "execute_result"
407-
}
408-
],
409-
"source": [
410-
"len(paises)"
411-
]
412-
},
413-
{
414-
"cell_type": "code",
415-
"execution_count": null,
416-
"metadata": {},
417-
"outputs": [],
418-
"source": [
419-
"git "
420-
]
421383
}
422384
],
423385
"metadata": {

0 commit comments

Comments
 (0)