diff --git a/cowsay.py b/cowsay.py index c08ef57..d7ee796 100644 --- a/cowsay.py +++ b/cowsay.py @@ -11,11 +11,17 @@ def cowsay(str, length=40): def build_cow(): return """ - \ ^__^ - \ (oo)\_______ - (__)\ )\/\\\\ - ||----w | - || || + /\ /\ + { `---' } + { O O } +~~|~ V ~|~~ + \ \|/ / + `-----'__ + / \ `^\_ + { }\ |\_\_ ^ + | \_/ |/ / \_\_( ) + \__/ /(_/ \__/ + (__/ """ def build_bubble(str, length=40):