摘要:
import turtle bob = turtle.Turtle() for i in range(1,5): bob.fd(100) bob.lt(90) turtle.mainloop() import turtle import math def circle(t,r,a): #传入接口arc,在arc中完成大部分计算 ar... 阅读全文
posted @ 2019-11-13 17:57
吴裕雄
阅读(486)
评论(0)
推荐(0)
2019年11月13日