Skip to content

Commit 7d49667

Browse files
committed
var animal represents the animal selected by end user otherwise defaults to cow
1 parent cdc3bdd commit 7d49667

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

implement-cowsay/cow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
args = parser.parse_args()
1414

1515
message = " ".join(args.message)
16+
animal = args.animal or "cow"
1617

1718

0 commit comments

Comments
 (0)