aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--help.py4
1 files 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)