[EMAIL PROTECTED] a écrit :
> Hi;
> 
> I'm trying to insert XYZ before a keyword in a string.

Then forget about it. Python's strings are immutable.

(snip)
> The python doesn't supports t1[keyword_index]="XYZhello" (string
> object assignment is not supported). How do I get to this problem? Any
> sugguestions?

Build a new string.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to