Python Beginner needs help with for loop

ty.kresher at gmail.com ty.kresher at gmail.com
Sun Feb 10 02:52:15 EST 2008


I'm replacing all occurrences of the character in the string with '!',
which in turn is the new string, s2.

I'm also not allowed to use rfind or rindex or replace() because we
are supposed to be learning about for loops.

Thanks for the advices so far, I will try some more on my own.



More information about the Python-list mailing list