aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--help.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/help.py b/help.py
index abadaf8..8639b97 100644
--- a/help.py
+++ b/help.py
@@ -8,5 +8,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) \ No newline at end of file