Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 440 Bytes

pythonSamples-HBU

用于Python课程教学用例。

用例对应列表

bmi.py -- 计算肥胖指数

recursion.py -- 递归算法,以阶乘为例

hanoi.py -- 递归算法,汉诺塔

drawsquare.py -- 使用turtle库,示例如何绘制一个矩形

drawsquaretocircle.py -- 使用turtle库,循环绘制矩形,行程一个圆形

drawaflower.py -- 使用turtle库,绘制若干diamond(菱形),行程一朵小花