Added problem description for future reference

This commit is contained in:
2020-03-28 03:30:25 +01:00
parent 2a0b0f1ca0
commit fafebcde78

View File

@@ -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()