ateo wants the words “It’s snowing!” to appear in the output box and typed print (It’s snowing). This didn’t work. What needs to be added to the code?

(1 point)
Responses

quotation marks

quotation marks

a backslash

a backslash

a period

a period

a functional code

The correct code should include quotation marks around the text "It's snowing!". Additionally, the code should be written as `print("It's snowing!")`. So the answer is quotation marks.