From 341894fb00714606040043861e10e86b2d79fd0a Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Wed, 23 Jan 2019 15:07:07 -0600 Subject: Making comments better --- help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help.py b/help.py index bed52d9..9d5958b 100644 --- a/help.py +++ b/help.py @@ -1,4 +1,4 @@ -# Time to make a real FizzBuzz +# Give job please for N in range (1,101): S = '' if N % 3 == 0: @@ -9,4 +9,4 @@ for N in range (1,101): if N % 3 and N % 5: print(N) else: - print(S) \ No newline at end of file + print(S) -- cgit v1.2.3