我试过元组(不行):
var x = 1.0, y = 1.0
for i in 1...10 {
(x,y) = ( x * 2, y * 3)
}
Playground中出现的是终值 Latest Value,请问大侠,有其它的方法实现吗?
相关分类