What? Floats are immutable? But can't I do x = 5.0 x += 7.0 print x # 12.0. Doesn't that "mut" x? Well you agree strings are immutable right?
確定! 回上一頁