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
More information about the Python-list mailing list
Sun Feb 10 02:52:15 EST 2008
- Previous message (by thread): Python Beginner needs help with for loop
- Next message (by thread): Python Beginner needs help with for loop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Python Beginner needs help with for loop
- Next message (by thread): Python Beginner needs help with for loop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list