a = b vs a = b * 1 2018-07-06 本文已影响0人 昵称己存在 a = b a and b will share memory a = b * 1 equals to a = b.copy()