From e6147aefb03b755729de7b9b0e7fa4e7eff63f4f Mon Sep 17 00:00:00 2001 From: WoahAI <115117306+Woahai321@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:39:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=81=20=E2=9C=85=20Final=20v0.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- add.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/add.py b/add.py index 4732780..06d5036 100644 --- a/add.py +++ b/add.py @@ -68,10 +68,11 @@ def hex_to_rgb(hex_code): def display_ascii_art(): ascii_art = """ - ___ __ __ ___ ___ __ ___ ___ ___ ___ ___ - |_ _| \/ | \| _ ) __\ \ / __| __| __| _ \ _ \\ - | || |\/| | |) | _ \ |___> > \__ \ _|| _|| / / - |___|_| |_|___/|___/ /_/ |___/___|___|_|_\_|_\\ + _ _ _ ___ + | | (_) ___ | |_ / __| _ _ _ _ __ + | |__ | | (_-< | _| \__ \ | || | | ' \ / _| + |____| |_| /__/ \__| |___/ \_, | |_||_| \__| + |__/ """ art_lines = ascii_art.split("\n") for line in art_lines: