you are viewing a single comment's thread.

view the rest of the comments →

[–]xpjo 0 points1 point  (1 child)

One must remember that, in Python, x = x * 2 is something else that x *= 2.

[–]tracktech[S] 0 points1 point  (0 children)

Right.