Python学习

来源:互联网 发布:淘宝女装上下架时间 编辑:程序博客网 时间:2024/05/23 11:58
python动态数组实现

p=[]
n=5
for i in range(n):
   p.append(1./n)
print p
0 0
原创粉丝点击