2019年3月27日

广师大笔记汉诺塔

摘要: 递归可视化之汉诺塔的动画实现(turtle海龟)代码 运行结果(层数为5): 阅读全文

posted @ 2019-03-27 22:08 广师大01号技师 阅读(118) 评论(0) 推荐(0)

2019年3月21日

广师大python学习笔记求派的值

摘要: 用python语言算π值并且带有进度条 用python算圆周率π 1.准备第三方库pip 2.利用马青公式求π 3.用python语言编写出求圆周率到任意位的程序如下: from math import * from tqdm import tqdm from time import * total 阅读全文

posted @ 2019-03-21 23:00 广师大01号技师 阅读(454) 评论(0) 推荐(0)

导航