摘要:
import turtle import sys print(sys.argv) turtle.bgcolor('red') turtle.color('yellow') turtle.setup(600,400,0,0) turtle.fillcolor('yellow') def mygoto(x,y): turtle.up() turtle.goto(x,y) t... 阅读全文
posted @ 2018-03-20 17:46
210潘光辉
阅读(172)
评论(0)
推荐(0)
浙公网安备 33010602011771号