['1' for i in range(4)]

print(['1' for i in range(4)])

结果:

['1', '1', '1', '1']

 

posted @ 2017-10-16 15:49  悠然现南山  阅读(181)  评论(0编辑  收藏  举报