You’re looking right at the error. Python isn’t C; assignment is a statement, rather than an expression, so you can’t parenthesize it.
1
solved Where is my syntax error?
You’re looking right at the error. Python isn’t C; assignment is a statement, rather than an expression, so you can’t parenthesize it.
1
solved Where is my syntax error?