Answer :
Answer:
print("It's snowing")
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
Answer:
print("It's snowing")
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