Posts by Leandro Fernandes • 81 points
1 post
-
8
votes3
answers10568
viewsQ: What is the difference between using += and =+ in Python?
I’m having a hard time understanding the difference in logic between: x += n And: x =+ n
1 post
8
votes3
answers10568
viewsI’m having a hard time understanding the difference in logic between: x += n And: x =+ n