Skip to content

Commit

Permalink
🏁 βœ… Final v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Woahai321 authored Sep 29, 2024
1 parent ce90779 commit e6147ae
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions add.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e6147ae

Please sign in to comment.