Use "input" to enter numbers, and "raw_input" to enter strings. For example:
x = input('Enter your age: ') y = raw_input('Enter your name: ') -- http://mail.python.org/mailman/listinfo/python-list
Use "input" to enter numbers, and "raw_input" to enter strings. For example:
x = input('Enter your age: ') y = raw_input('Enter your name: ') -- http://mail.python.org/mailman/listinfo/python-list