From 82ef13e434d239b3051a196de96f2708578cde6f Mon Sep 17 00:00:00 2001 From: Lauchmelder23 Date: Sun, 30 Sep 2018 19:11:48 +0200 Subject: [PATCH] Initial Commit --- Problem_1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Problem_1.py b/Problem_1.py index 6a3dae8..2d16518 100644 --- a/Problem_1.py +++ b/Problem_1.py @@ -7,6 +7,7 @@ ####################################################################### sum = 0 +test = "hjerhej" for i in range(0, 1000): if i%3 is 0 or i%5 is 0: