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 d96f106 commit 2b5b122Copy full SHA for 2b5b122
1 file changed
implement-cowsay/cow.py
@@ -16,4 +16,4 @@
16
if (args.animal):
17
print(cowsay.get_output_string(args.animal, message))
18
else:
19
- print(cowsay.get_output_string('cow', message))
+ print(cowsay.get_output_string('dragon', message))
0 commit comments