Python
Python copied to clipboard
元组
元组里有个遍历的代码,是不是笔误呢 `
for x in (1, 2, 3): print x,
`
元组里有个遍历的代码,是不是笔误呢 `
for x in (1, 2, 3): print x,
`
已修改