posts - 195,  comments - 30,  trackbacks - 0
Python array 用法   
直接 result=[]
    for x in range(0,N):
        temp=beta(b,n)
        print temp
        if temp >= n:
            result.append("Yes")  #直接append
        else:
            result.append("No") #直接append
    return result
posted on 2012-09-19 09:47 luis 阅读(1519) 评论(0)  编辑 收藏 引用 所属分类: Python
<2011年3月>
272812345
6789101112
13141516171819
20212223242526
272829303112
3456789

常用链接

留言簿(3)

随笔分类

随笔档案

文章分类

文章档案

友情链接

搜索

  •  

最新评论

阅读排行榜

评论排行榜