Program Specifications Pictures made from keyboard characters are known as ASCII art and can
be fun at times.
ASCII Art Archive provides examples. linky
Links to an external site.
Write a program that reads a cat name and outputs the drawing using several print() statements.
Note: a backslash in a string acts as an escape character, such as with a newline n.
So, to print a single backslash, include two backslashes next to each other.
Ex: The following prints a single backslash: print(“”)
Complete each step to build your cat or ascii art.
HINT: (create an input for name of cat)*****
instructor’s example
Kari Cooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.