diff --git a/cowsay.py b/cowsay.py index c08ef57..476df0a 100644 --- a/cowsay.py +++ b/cowsay.py @@ -11,11 +11,13 @@ def cowsay(str, length=40): def build_cow(): return """ - \ ^__^ - \ (oo)\_______ - (__)\ )\/\\\\ - ||----w | - || || + |\_/| + | @ @ + | <> _ + | _/\------____ ((| |)) + | `--' | + ____|_ ___| |___.' +/_/_____/____/_______| """ def build_bubble(str, length=40):