String manipulation

Peter Bittner bittneph at aston.ac.uk
Mon Feb 14 16:15:16 EST 2000


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
+--------------------------



More information about the Python-list mailing list