2019-04-26
阅读量:
533
将一个列表的数据复制到另一个列表中。
题目:将一个列表的数据复制到另一个列表中。
a=range(10)
b=a[:]
print b






评论(0)


暂无数据
推荐帖子
2条评论
6条评论
7条评论