I'm having a problem printing out a specific ASCII art that I saw and was wondering if anyone could help me. The program does not want to run, but I don't know where the error in my code is.
Input
print("(\\ (\/)")
print("( '') (\_/) (.. ) //)")
print('O(")(") (\\'.'/)' '(")(")O (" )')
print(' (")_(") ()()o')
The expected output should be this:
(\\ (\/)
( '') (\_/) (.. ) //)
O(")(") (\'.'/) (")(")O (" )
(")_(") ()()o
Would really appreciate your help.