Project Euler #2 In Python

preview_player
Показать описание

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

Рекомендации по теме
visit shbcf.ru