摘要:
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle.goto(x,y) turtle.pendown() mygoto(... 阅读全文
posted @ 2018-05-16 20:42
Doshelly
阅读(144)
评论(0)
推荐(0)
浙公网安备 33010602011771号