python 练习 22

#!/usr/bin/python
# -*- coding: UTF-8 -*-

a = [1, 2, 3]
b = a[:]
print b

 

posted @ 2016-05-26 16:55  七月的尾巴_葵花  阅读(110)  评论(0编辑  收藏  举报