摘要: # drawtree.py from turtle import Turtle, mainloop def tree(plist, l, a, f): """ plist is list of pens l is length of branch a is half of the angle bet 阅读全文
posted @ 2018-02-12 16:26 WY~记录 阅读(948) 评论(0) 推荐(0) 编辑