Bart Nessux wrote: > Could someone point me to documentation on this (and similar) signs used > in Python: > > += > > Usage would be: > > x = += len(y) > > Literally, that's "variable x equals > 'funky-symbol-that-I-want-to-learn-about' the length of variable y" > > Thank you, > > Bart Bart, see http://docs.python.org/ref/augassign.html wes