You use ice to cool down your drinks, and ice is a mineral?
Answer:
Change:
print("Season is",season)
To:
print("Season is " + season)
Explanation:
String Concatenation can be done using many ways but not by comma. You can use the + operator like i just did or % operator, join method or format function.
But for now, try using the + operator.
There is your answer:
Flashing images