摘要:
import turtle turtle.setup(600, 400, 0, 0) turtle.color("yellow") turtle.bgcolor("red") turtle.fillcolor("yellow") def whr_goto(x, y): turtle.up() turtle.goto(x, y) turtle.down() de... 阅读全文
posted @ 2018-03-15 14:19
140-吴华锐
阅读(101)
评论(0)
推荐(0)
浙公网安备 33010602011771号