Skip to content

Commit 01dc3a6

Browse files
committed
cleanup issues
1 parent 8caf6ff commit 01dc3a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

issues/21.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ And that doesn’t work, because we lose the value of `x`. When we try to set `y
9898
("right", "right")
9999
```
100100

101-
What can this mean, other than some more Python trickery?
102-
103-
`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...
101+
`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!
104102

105103

106104
<br>

0 commit comments

Comments
 (0)