摘要:
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.pencolor('yellow') turtle.fillcolor('yellow') turtle.begin_fill() turtle.penup() turtle.goto(-250,75) turtle.pendown() for i in... 阅读全文
posted @ 2018-05-09 21:28
谢斐
阅读(193)
评论(0)
推荐(0)