-
#Python’s
with
is probably my favourite first-class statement. So useful. (Thoughfor…else
is a pretty close second. Goodbye state var.)
with
is probably my favourite first-class statement. So useful. (Though for…else
is a pretty close second. Goodbye state var.)