Skip to content

Commit

Permalink
cleanup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Feb 27, 2025
1 parent 8caf6ff commit 01dc3a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions issues/21.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ And that doesn’t work, because we lose the value of `x`. When we try to set `y
("right", "right")
```

What can this mean, other than some more Python trickery?

`x, y = y, x` looks perfectly natural, but it’s actually quite an unnatural mechanic. In fact, you don’t find it in many other languages. We’ll uncover exactly what’s going on next issue...
`x, y = y, x` looks perfectly natural, but it’s actually quite an unnatural mechanic. In fact, you don’t find it in many other languages. So how come it works? What can this mean, other than some more Python trickery... we’ll uncover exactly what’s going on next issue!


<br>
Expand Down

0 comments on commit 01dc3a6

Please sign in to comment.