diff --git a/cowsay.py b/cowsay.py index c08ef57..e812c08 100644 --- a/cowsay.py +++ b/cowsay.py @@ -11,11 +11,11 @@ def cowsay(str, length=40): def build_cow(): return """ - \ ^__^ - \ (oo)\_______ - (__)\ )\/\\\\ - ||----w | - || || + \ W__---------______ + \ (o)| (o) | + \ _____| |_--------. + '----L_________________|--_______| + J L J L """ def build_bubble(str, length=40): @@ -61,3 +61,5 @@ def get_border(lines, index): sys.exit(0) print (cowsay(sys.argv[1])) + +