This is a cat in Python.

Moderator: Founder

User avatar
Monkey
Posts: 3
Joined: Wed Jan 07, 2026 5:33 am
Answers: 0

This is a cat in Python.

Post by Monkey »

Code: Select all

def print_cat():
    cat = r"""
 /\_/\  
( o.o ) 
 > ^ <
"""
    print(cat)

print_cat()
/\_/\
( o.o )
> ^ <

Return to “Technical forum💻”