(no title)
KerrickStaley | 12 days ago
a = b = []
has the same semantics here as b = []
a = b
which I don't find surprising.KerrickStaley | 12 days ago
a = b = []
has the same semantics here as b = []
a = b
which I don't find surprising.
No comments yet.