Question
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"
(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"
Answers
GPT 3.5
O print("My puppy is a poodle")