add ascii.py
This commit is contained in:
parent
d83e2f7232
commit
850be5c706
2 changed files with 16 additions and 0 deletions
BIN
__pycache__/ascii.cpython-311.pyc
Normal file
BIN
__pycache__/ascii.cpython-311.pyc
Normal file
Binary file not shown.
16
ascii.py
Normal file
16
ascii.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
logo = """ _____ _
|
||||
/ ____| | |
|
||||
| | _____ ___ _ ___ ___| |_
|
||||
| | / _ \ \ /\ / / | | |/ _ \/ _ \ __|
|
||||
| |___| (_) \ V V /| |_| | __/ __/ |_
|
||||
\_____\___/ \_/\_/ \__, |\___|\___|\__|
|
||||
__/ |
|
||||
|___/ """
|
||||
|
||||
start_screen_text = "press space"
|
||||
cowsay = """^__^
|
||||
(oo)\______________
|
||||
(__)\ PLÖATZHALTER )\/\\
|
||||
||-----------w |
|
||||
||für flugbahn||
|
||||
"""
|
Loading…
Reference in a new issue