search for a string?
David Broadwell (remove spam.)
"dbroadwell" at spam.mindspring.com
Thu Jun 1 18:19:03 EDT 2000
More information about the Python-list mailing list
Thu Jun 1 18:19:03 EDT 2000
- Previous message (by thread): search for a string?
- Next message (by thread): search for a string?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > OldString = File.read() + OldString > > I perfer, though: OldString = "%s %s" % (File.read(),OldString) > The second once certianly looks more .. programmer. Now which is more efficent? (faced with to apparenly equal choices) and why?
- Previous message (by thread): search for a string?
- Next message (by thread): search for a string?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list