String manipulation
Peter Bittner
bittneph at aston.ac.uk
Mon Feb 14 16:15:16 EST 2000
More information about the Python-list mailing list
Mon Feb 14 16:15:16 EST 2000
- Previous message (by thread): String manipulation
- Next message (by thread): String manipulation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is there no such thing in Python as mystring += "something" // C-style A simple append-operator. mystring = mystring + "something" seems rather odd to me. (source of errors; typing mistakes) (Please, e-mail!) Peter | Peter H. Bittner | International Student at Aston University | e-mail: bittneph at aston.ac.uk | web: http://beam.to/bimbo +--------------------------
- Previous message (by thread): String manipulation
- Next message (by thread): String manipulation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list