From 32a729435cfdb7f51c5e1744d9a66822601234b7 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 22 Jan 2019 21:07:25 -0600 Subject: Fix? --- help.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'help.py') 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 -- cgit v1.2.3