摘要:
#蛇 import turtle turtle.setup(800,400,400,400) turtle.penup() turtle.fd(-240) turtle.pendown() turtle.pensize(20) turtle.pencolor("blue") turtle.seth(-40) for i in range (4): turtle.circle(40,80)... 阅读全文
posted @ 2018-03-28 14:54
zsllkym
阅读(95)
评论(0)
推荐(0)
2018年3月28日