H
Hilde Roth
So you want l[seq] to be a shorter way for current
But consistency is pythonic, too ;-) and, as I pointed in another message,
if you accept l[sequence_abstraction], why not l[actual_sequence]??
Hilde
[l for i in seq]
Which is pythonic as it is explicit, easier to read if the code is not
written by you yesterday
But consistency is pythonic, too ;-) and, as I pointed in another message,
if you accept l[sequence_abstraction], why not l[actual_sequence]??
Hilde