filmov
tv
Project Euler #2 In Python

Показать описание
The Fibonacci series is pretty easy to do when done iteratively, so we just run a loop with the series until we get a term that is greater than 4,000,000 and take the sum along the way
All code
# Copyright 2021 Google LLC
# SPDX-License-Identifier: Apache-2.0