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