-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Hello!
We have description "First the integer 10 is assigned to the variable c, then the value of c (10) is assigned to b and b is assigned to a" for a = b = c = 10 expression.
The right order: "assigns the single resulting object to each of the target lists, from left to right" (https://docs.python.org/3/reference/simple_stmts.html#assignment-statements)
Have a nice day!
Metadata
Metadata
Assignees
Labels
No labels