diff options
Diffstat (limited to 'help.py')
-rw-r--r-- | help.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
index : homework | ||
Assorted classwork from my time at the University of Minnesota, 2018-2022 | Matt Strapp was here |
aboutsummaryrefslogtreecommitdiffstats |