From 9e2902f54e89887305d7f316efc5382d59e51537 Mon Sep 17 00:00:00 2001 From: IlliaLazaruk <123844224+IlliaLazaruk@users.noreply.github.com> Date: Sun, 29 Jan 2023 02:54:27 +0200 Subject: [PATCH] feat: it is a kitty now) --- cowsay.py | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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):