会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jokerˇ
博客园
首页
新随笔
联系
订阅
管理
2019年11月7日
Python程序设计例题
摘要: 例一:蒙特卡罗方法求解 π 值 1 from random import random 2 from math import sqrt 3 from time import clock 4 DARTS=1000 5 hits=0.0 6 clock() 7 for i in range(1,DART
阅读全文
posted @ 2019-11-07 18:27 Jokerˇ
阅读(518)
评论(1)
推荐(0)
公告