diff options
author | RossTheRoss <msattr@gmail.com> | 2019-01-18 12:38:52 -0600 |
---|---|---|
committer | RossTheRoss <msattr@gmail.com> | 2019-01-18 12:38:52 -0600 |
commit | 1b600397e205bb971cb6563a2649f65bcfef7b9d (patch) | |
tree | ff48cd267fff04c34ff927ed325aab74bdaac5cd | |
parent | shorten code (diff) | |
download | homework-1b600397e205bb971cb6563a2649f65bcfef7b9d.tar homework-1b600397e205bb971cb6563a2649f65bcfef7b9d.tar.gz homework-1b600397e205bb971cb6563a2649f65bcfef7b9d.tar.bz2 homework-1b600397e205bb971cb6563a2649f65bcfef7b9d.tar.lz homework-1b600397e205bb971cb6563a2649f65bcfef7b9d.tar.xz homework-1b600397e205bb971cb6563a2649f65bcfef7b9d.tar.zst homework-1b600397e205bb971cb6563a2649f65bcfef7b9d.zip |
Fix pointless stuff
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | help.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,6 +2,6 @@ ## What a fun repository amitire -This is a basic repostiory that should have absolutely nothing of value in it. +This is a test repostiory that should have absolutely nothing of value in it. Nothing at all.
\ No newline at end of file @@ -1,4 +1,4 @@ -# Time to make a real Fizzbuzz +# Time to make a real FizzBuzz for N in range (0,101): S = '' if N % 3 == 0: |