Byte wrote: > http://docs.python.org/tut/node6.html#SECTION006100000000000000000 > --> >>> x = int(raw_input("Please enter an integer: ")) <--
Unless my eyes fail me, it's written "int", not "input", the goal of this line is to convert the return value of raw_input (a string) into an integer. -- http://mail.python.org/mailman/listinfo/python-list