342,592 views
6 votes
6 votes
If you want the words “My puppy is a poodle” to appear in the interpreter. What code should you use?

A.
create "My puppy is a poodle"

B.
execute ("My puppy is a poodle")

C.
print("My puppy is a poodle")

D.
print "My puppy is a poodle"

User Vinodh Ram
by
2.6k points

2 Answers

15 votes
15 votes
I think It’s probably c :)
User Chris Salij
by
2.6k points
12 votes
12 votes

Answer: Probably C


(also, C and D say the same thing)

User Shawnhcorey
by
3.1k points