摘要: 用python画简单的树 代码如下: import turtle as T import random import time # 画樱花的躯干(60,t) def Tree(branch, t): time.sleep(0.0005) if branch > 3: if 8 <= branch < 阅读全文
posted @ 2019-12-07 19:38 liubeibei123 阅读(11888) 评论(2) 推荐(1) 编辑