diff --git a/cowsay.py b/cowsay.py index c08ef57..a9437d6 100644 --- a/cowsay.py +++ b/cowsay.py @@ -12,10 +12,10 @@ def cowsay(str, length=40): def build_cow(): return """ \ ^__^ - \ (oo)\_______ - (__)\ )\/\\\\ - ||----w | - || || + \ (@@)\_______ + (_-_)\ )////// + ||----ww | + |w| |w| """ def build_bubble(str, length=40):