A bit more docs.
This commit is contained in:
@@ -731,8 +731,7 @@
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Project Euler Problem Two\n",
|
||||
" By considering the terms in the Fibonacci sequence whose values do not exceed four million,\n",
|
||||
" find the sum of the even-valued terms.\n",
|
||||
"> By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms.\n",
|
||||
"\n",
|
||||
"Now that we have a generator for the Fibonacci sequence, we need a function that adds a term in the sequence to a sum if it is even, and `pop`s it otherwise."
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user