Raw Input Question

Tony Meyer ta-meyer at ihug.co.nz
Tue Aug 26 22:45:55 EDT 2003


> XXX = raw_input("1. Enter the string that you'd like to find: ")
> y = raw_input("2. Enter the string that you'd like to replace 
> XXX with: ")

y = raw_input("2. Enter the string that you'd like to replace %s with: " %
(XXX,))

=Tony Meyer






More information about the Python-list mailing list