From f4b372fa8ea7c0984937ec863eaf83afe937d269 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Fri, 18 Jan 2019 17:09:26 -0600 Subject: Fix tabs because I'm an idiot --- help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.py b/help.py index 616d1c2..abadaf8 100644 --- a/help.py +++ b/help.py @@ -4,7 +4,7 @@ for N in range (1,101): if N % 3 == 0: S = S + "Fizz" if N % 5 == 0: - S = S + "Buzz" + S = S + "Buzz" if N % 3 and N % 5: print(N) else: -- cgit v1.2.3