Gistlib Logo

gistlib

нарисуй в acii графике блюющего котенка in python

main.py
# ASCII art of a cute puking cat

print(r'''
 /\_/\  
( o.o ) 
 > ^ <
''')
75 chars
8 lines

similar python code snippets

print green digital rain in python like in matrix in python
convert image to ascii art in python
open a file in python
throw and catch errors in python
connect to secrets manager in python
send an email in python
find urls in a string in python
how to create a class in python
loop in python
loop from 1 to 10 in python

related categories

python
ascii-art

gistlibby LogSnag