The sprit of this newsgroup!

Alex Martelli aleax at aleax.it
Fri Feb 21 17:25:14 EST 2003


Martijn Faassen wrote:
    ...
> I have a problem with my phython. I am trying to change my string using:
> 
> mystring[10] = 'f'

Ah, this is the problem!  Python is case-sensitive, so you
need to use 'F' instead.


Alex





More information about the Python-list mailing list