Mateo wants the words "its 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 answer

In order for the code to work, Mateo needs to add parentheses after the word "Print". The corrected code should be:

Print("It's snowing!")