Write a program to output the following:
^ ^
( o o )
v
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.
print("Â ^Â Â ^")
print("( o  o )")
print("Â Â v")
Comments
Leave a comment