Re: Make `del x` an expression evaluating to `x`

March 12, 2020
11 p.m.
The point is that sometimes you _do_ want to split your code over multiple lines for the sake of clarity. Using meaningful names for each of the steps seems intuitive but since this leads to temporary objects it can hurt performance. I had the impression that the original example was addressing exactly this case.
`int` can be large too; for example `1024 ** 1024 ** 1024`.
1833
Age (days ago)
1833
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dominik Vilsmeier