bterwijn@programming.dev to Python@programming.dev · 2 months agoPython Mutabilityprogramming.devimagemessage-square20fedilinkarrow-up148arrow-down13file-text
arrow-up145arrow-down1imagePython Mutabilityprogramming.devbterwijn@programming.dev to Python@programming.dev · 2 months agomessage-square20fedilinkfile-text
minus-squarebterwijn@programming.devOPlinkfedilinkarrow-up3·2 months agoYes, that is a surprise to many, in other languages ‘x+=y’ and ‘x=x+y’ are the same.
Yes, that is a surprise to many, in other languages ‘x+=y’ and ‘x=x+y’ are the same.