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 阅读(1523) 评论(0)  编辑 收藏 引用 所属分类: Python
<2012年4月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

常用链接

留言簿(3)

随笔分类

随笔档案

文章分类

文章档案

友情链接

搜索

  •  

最新评论

阅读排行榜

评论排行榜