Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca05fd3 commit 94f19eaCopy full SHA for 94f19ea
07_gashlycrumb/gashlycrumb.py
@@ -34,7 +34,7 @@ def get_args():
34
35
# --------------------------------------------------
36
def main():
37
- """Make a jazz noise here"""
+ """Gashly Crumbing the Crumbs"""
38
39
args = get_args()
40
letters = args.letter
@@ -46,7 +46,7 @@ def main():
46
dictionary[line[0]] = line.rstrip()
47
48
for letter in letters:
49
- print(dictionary.get(letter.upper(),letter+' is not found'))
+ print(dictionary.get(letter.upper(),'I do not know \"'+letter+'\".'))
50
51
52
if __name__ == '__main__':
0 commit comments