You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#project Euler problem 2: summing even value terms in the fibonacci sequence
#required: a fibonacci sequence, a function to filter out evens, and sum them
#let's generate a fibonacci sequence of 15 numbers just for a practice run(ideally this runs for all values less than 4 million but I don't want to crash my computer)