filmov
tv
Project Euler #1 In Python

Показать описание
This is basically the warm up problem, it is accomplished with a for loop through the first 1000 numbers and checking the modulus 3 & modulus 5 to see if any are zero
All code
# Copyright 2021 Google LLC
# SPDX-License-Identifier: Apache-2.0