a quickie: range - x

2006-11-29 Thread rjtucke
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

Re: a quickie: range - x

2006-11-29 Thread rjtucke
Thanks, all- that helped. Ross -- http://mail.python.org/mailman/listinfo/python-list

Quantum term project code- for interest and for help

2007-02-22 Thread rjtucke
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