Commit a0d935f1 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

update

parent 2f1f33c5
...@@ -253,7 +253,6 @@ ...@@ -253,7 +253,6 @@
} }
], ],
"source": [ "source": [
"# a generator that yields items instead of returning a list\n",
"def firstn(n):\n", "def firstn(n):\n",
" num = 0\n", " num = 0\n",
" while num < n:\n", " while num < n:\n",
......
...@@ -253,7 +253,6 @@ ...@@ -253,7 +253,6 @@
} }
], ],
"source": [ "source": [
"# a generator that yields items instead of returning a list\n",
"def firstn(n):\n", "def firstn(n):\n",
" num = 0\n", " num = 0\n",
" while num < n:\n", " while num < n:\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment