From 4467cc3dd7aea35107610c0a51d7c6a5737cbd0b Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Wed, 23 Jan 2019 10:59:46 -0600 Subject: Fix? --- help.py | 1 + 1 file changed, 1 insertion(+) diff --git a/help.py b/help.py index 8639b97..bed52d9 100644 --- a/help.py +++ b/help.py @@ -5,6 +5,7 @@ for N in range (1,101): S = S + "Fizz" if N % 5 == 0: S = S + "Buzz" +# I have no idea how this works if N % 3 and N % 5: print(N) else: -- cgit v1.2.3