diff --git a/1/main.py b/1/main.py index 82d373a..1b35d00 100644 --- a/1/main.py +++ b/1/main.py @@ -1,6 +1,8 @@ import os +# Find the sum of all number that are divisible by either 3 or 5 below 1000 + threes = set() fives = set()