Skip to content

Commit 6490896

Browse files
committed
print to the console what each animal in the cowsay object has to say
1 parent 827e134 commit 6490896

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

implement-cowsay/cow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@
1616
animal = args.animal or "cow"
1717

1818
animal_says = getattr(cowsay, animal)
19+
20+
print(animal_says(message))

0 commit comments

Comments
 (0)