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 3e6010d commit 2c512beCopy full SHA for 2c512be
1 file changed
implement-cowsay/cow.py
@@ -5,7 +5,7 @@
5
parser = argparse.ArgumentParser(description="Make animals say things")
6
7
# Get supported animals from cowsay library
8
-animals = cowsay.list_cows()
+animals = list(cowsay.char_funcs.keys())
9
10
parser.add_argument(
11
"message",
0 commit comments