Hacker News new | ask | show | jobs
by ayhanfuat 127 days ago
> then b is assigned to a

Wouldn't that require a LOAD_FAST? Also a is assigned first (from left to right) so a = ... happens either way.