Answer to Question #245133 in Python for Chandranie

Question #245133

Write a program to output the following:

 _   _
(,)_(,)
 | ''|
=|  @|=
  ---

Hint: Copying and pasting the code above into each line of the programming environment will help you ensure that you are accurately spacing out the required characters. Remember to also use double quotation marks (") in your print command, to distinguish them from any single quotation marks (') you may need to use to successfully output the image.



1
Expert's answer
2021-10-01T07:45:49-0400
print(" _   _ ", "(,)_(,)", " | ''| ", "=|  @|=", "  ---  ", sep="\n")

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS