if i want a list with all numbers between x and y is there a way to do this with an inbult function.
i mean i can always construct a function to do this but is there soemthing like: nbrs = list(range(50,100, 2)) -- http://mail.python.org/mailman/listinfo/python-list