Re: Need Help with str.replace & tuples

2009-05-03 Thread mikefromvt
On May 2, 6:22 pm, bearophileh...@lycos.com wrote: > mikefromvt:> I am very very unfamiliar with Python and need to update a Python > > script.  What I need to do is to replace three variables (already > > defined in the script) within a string.  The present script correctly > > replaces two of the

Re: Need Help with str.replace & tuples

2009-05-02 Thread bearophileHUGS
mikefromvt: > I am very very unfamiliar with Python and need to update a Python > script.  What I need to do is to replace three variables (already > defined in the script) within a string.  The present script correctly > replaces two of the three variables.  I am unable to add a third > variable.