Skip to content

Commit

Permalink
class name in caps & error screenshot added
Browse files Browse the repository at this point in the history
  • Loading branch information
rajiqxf2 committed Oct 23, 2018
1 parent d95e396 commit 7614718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 12_challenge/12_challenge.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# print buzz for multiples of 5
# print fizzbuzz for multiples of 3 and 5"
"""
class fizzbuzz():
class FizzBuzz():

def __init__(self):
"Initializer"
Expand Down Expand Up @@ -36,5 +36,5 @@ def fizzbuzz(self,max_num):
#----START OF SCRIPT
if __name__=='__main__':
#Testing the fizzbuzz class
test_obj = fizzbuzz()
test_obj = FizzBuzz()
test_obj.fizzbuzz(100)
Binary file added 12_challenge/12_no_buzz_for_5_muls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7614718

Please sign in to comment.