Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94f19ea

Browse files
committed
Pass all tests
1 parent ca05fd3 commit 94f19ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

07_gashlycrumb/gashlycrumb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_args():
3434

3535
# --------------------------------------------------
3636
def main():
37-
"""Make a jazz noise here"""
37+
"""Gashly Crumbing the Crumbs"""
3838

3939
args = get_args()
4040
letters = args.letter
@@ -46,7 +46,7 @@ def main():
4646
dictionary[line[0]] = line.rstrip()
4747

4848
for letter in letters:
49-
print(dictionary.get(letter.upper(),letter+' is not found'))
49+
print(dictionary.get(letter.upper(),'I do not know \"'+letter+'\".'))
5050

5151
# --------------------------------------------------
5252
if __name__ == '__main__':

0 commit comments

Comments
 (0)