aboutsummaryrefslogtreecommitdiffstats
path: root/help.py
diff options
context:
space:
mode:
authorRossTheRoss <msattr@gmail.com>2019-01-22 21:07:25 -0600
committerRossTheRoss <msattr@gmail.com>2019-01-22 21:07:25 -0600
commit32a729435cfdb7f51c5e1744d9a66822601234b7 (patch)
treede532972fcb23ab78e9c49c25eb984f33719ab57 /help.py
parentMerge branch 'master' of github.com:RosstheRoss/TestingFun (diff)
downloadhomework-32a729435cfdb7f51c5e1744d9a66822601234b7.tar
homework-32a729435cfdb7f51c5e1744d9a66822601234b7.tar.gz
homework-32a729435cfdb7f51c5e1744d9a66822601234b7.tar.bz2
homework-32a729435cfdb7f51c5e1744d9a66822601234b7.tar.lz
homework-32a729435cfdb7f51c5e1744d9a66822601234b7.tar.xz
homework-32a729435cfdb7f51c5e1744d9a66822601234b7.tar.zst
homework-32a729435cfdb7f51c5e1744d9a66822601234b7.zip
Fix?
Diffstat (limited to '')
-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