Write a program to output the following:
  ^   ^
( o   o )
    vHint: 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