bterwijn@programming.dev to Python@programming.dev · 8 months agoPython Mutabilityprogramming.devimagemessage-square18linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imagePython Mutabilityprogramming.devbterwijn@programming.dev to Python@programming.dev · 8 months agomessage-square18linkfedilinkfile-text
minus-squarebterwijn@programming.devOPlinkfedilinkarrow-up0·8 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.