I want an iterable from 0 to N except for element m (<=M).
I could write
x = range(N)
x.remove(m)
but I want it in one expression.
Thanks,
Ross
--
http://mail.python.org/mailman/listinfo/python-list
Thanks, all- that helped.
Ross
--
http://mail.python.org/mailman/listinfo/python-list
have
any thoughts for how to tighten it up OR to make it more _readable_
(it is supposed to be an educational tool, after all), I would greatly
appreciate it. Thanks,
rjtucke
--
http://mail.python.org/mailman/listinfo/python-list