44.5k views
0 votes
Mateo wants the words “It’s snowing!” to appear in the interpreter and typed print (It's snowing). This didn’t work. What needs to be added to the code?

quotation marks
a backslash
a period
a functional code

1 Answer

5 votes

Answer:

print("It's snowing")

Step-by-step explanation:

since it a string you need put quotation marks the code does not understand just (It's snowing) because it thinks it variable which it is not

User Flofreelance
by
4.8k points