On Fri, Oct 24, 2014 at 11:03 AM, Seymore4Head <Seymore4Head@hotmail.invalid> wrote: > Actually I was a little frustrated when I added that line back in as > the other lines all work. > Using list(range(10)) Doesn't throw an error but it doesn't work. > > http://i.imgur.com/DTc5zoL.jpg > > The interpreter. I don't know how to use that either.
Try both of these in the interpreter, and observe the difference: 7 in range(10) "7" in range(10) Do you understand what the difference between 7 and "7" is? -- https://mail.python.org/mailman/listinfo/python-list