# Good: x = x + 3 x -= 1 x = x*2 - 1 # Use your own judgement. x = (x-1) * (x+2) # Use your own judgement.