Learning Python

Luis M. González luismgz at gmail.com
Sun Feb 5 11:37:06 EST 2006


Use "input" to enter numbers, and "raw_input" to enter strings.
For example:

x = input('Enter your age: ')
y = raw_input('Enter your name: ')




More information about the Python-list mailing list