diff options
Diffstat (limited to '')
-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: |