我被告知+=可以有不同于标准符号的效果i = i +.有没有在这情况下i += 1会从不同i = i + 1?
+=
i = i +
i += 1
i = i + 1
python operators
operators ×1
python ×1