Lanny wrote:
Please don't tell me that "list indices must be integers" because I know that, Why can't I put a varible thats an integer instead?
raw_input() always returns a string. You have to convert the string into an integer using int().
Christian -- http://mail.python.org/mailman/listinfo/python-list