From 00786868e4e38af27c34cc9b42697a79a7197749 Mon Sep 17 00:00:00 2001 From: Nadiia <123884433+Kovalevska6@users.noreply.github.com> Date: Fri, 3 Feb 2023 12:45:33 +0100 Subject: [PATCH] crazy cow --- cowsay.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cowsay.py b/cowsay.py index c08ef57..a9437d6 100644 --- a/cowsay.py +++ b/cowsay.py @@ -12,10 +12,10 @@ def cowsay(str, length=40): def build_cow(): return """ \ ^__^ - \ (oo)\_______ - (__)\ )\/\\\\ - ||----w | - || || + \ (@@)\_______ + (_-_)\ )////// + ||----ww | + |w| |w| """ def build_bubble(str, length=40):