Newbie Question...

David Lees debl at NonOspammytheworld.com
Sun Feb 25 14:24:39 EST 2001


Use raw_input, for example to input to variable x:

x=raw_input('Enter Junk: ')

david lees


Michael Ellwood wrote:
> 
> I've been looking, but I can't find any reference in the Python docs of how
> to get python to prompt the user to input a string - can someone please help
> me with this (im writing a program to crack some ciphers from a book...)
> 
> -=+Stephen+=-



More information about the Python-list mailing list