I got a SyntaxError: can't assign to operator when I typed in a boolean. How can I fixed it? Below is the code that popped a error:
Super-Sport = False
^
SyntaxError: can't assign to operator
I expect it will run smoothly, but it didn't