Hi. Look at this:
vv='abc'
print vv[0]
vv.replace('b','n')
print vv
vv.replace('b','n')
The answers are different!?...
Roland
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---- [sage-support] Replace? Rolandb
- [sage-support] Re: Replace? William Stein
