Skip to content

Conversation

K-Guan
Copy link
Contributor

@K-Guan K-Guan commented Jan 5, 2016

Python doesn't treat a = b = c as a = (b = c). It's more like temp = c, then a = temp, followed by b = temp.

Python doesn't treat `a = b = c` as `a = (b = c)`. It's more like  `temp = c`, then `a = temp`,  followed by `b = temp`.
swaroopch added a commit that referenced this pull request Jan 7, 2016
Fixed the incorrect part in "Associativity"
@swaroopch swaroopch merged commit bbdeee5 into swaroopch:master Jan 7, 2016
@swaroopch
Copy link
Owner

Thank you @K-Guan !

@K-Guan
Copy link
Contributor Author

K-Guan commented Jan 7, 2016

@swaroopch You're welcome :)

swaroopch pushed a commit that referenced this pull request Jan 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants