In Python on the left, y = x shares the same object, so y.value = 99 also affects x.value. In Mojo on the right, var y = x creates an independent copy (or move), and y.bump () does not affect x.
一些您可能无法访问的结果已被隐去。
显示无法访问的结果一些您可能无法访问的结果已被隐去。
显示无法访问的结果