From 2c5f502d5da95cfaf7647e9d92896071c9bc307c Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Fri, 27 Jan 2023 20:43:04 +0000 Subject: [PATCH] feat: is that a dog 0_o --- cowsay.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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):