I have this Syntax Error in IDLE:
SyntaxError: can't assign to operator
This then highlights the end of a line, line 2 of the following code:
date = "Unknown"
day-of-week = "Unknown"
time = "Unknown"
week = "Unknown"
I would appreciate any help I can get with this :)