Answer:
I'll answer this question using Python
print(" ^ ^")
print("( o o )")
print(" v")
Explanation:
To answer this question, you have to follow the hint as it is in the question
The hint says you should copy each line into a print statement and that's exactly what I did when answering this question;
In other words;
^ ^ becomes print(" ^ ^")
( o o ) becomes print("( o o )")
v becomes print(" v")