bterwijn@programming.dev to Python@programming.dev · 11 days agoPython Mutabilityprogramming.devimagemessage-square20linkfedilinkarrow-up155arrow-down13file-text
arrow-up152arrow-down1imagePython Mutabilityprogramming.devbterwijn@programming.dev to Python@programming.dev · 11 days agomessage-square20linkfedilinkfile-text
minus-squarebterwijn@programming.devOPlinkfedilinkarrow-up3·10 days 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.