If you want the words "My puppy is a poodle" to appear in the output box, what Python code should you use?

(1 point)
O create "My puppy is a poodle"
O execute ("My puppy is a poodle")
O print("My puppy is a poodle")
O print "My puppy is a poodle"

O print("My puppy is a poodle")