raw_input

John Hunter jdhunter at nitace.bsd.uchicago.edu
Thu Jul 18 11:21:55 EDT 2002


>>>>> "Eric" == Eric Texier <erict at millfilm.co.uk> writes:

    Eric> It's there anything better than raw_input to query a string
    Eric> input from the user in a console window.  Thanks, Eric

x = input('Enter a value: ')

Your welcome,
John Hunter



More information about the Python-list mailing list