摘要:
# -*- coding: UTF-8 -*- import turtle turtle.color("yellow") turtle.bgcolor("red") turtle.fillcolor("yellow") def mygoto(x,y): turtle.up() turtle.goto 阅读全文
posted @ 2018-03-15 13:24 170何强 阅读(102) 评论(0) 推荐(0)
posted @ 2018-03-15 13:24 170何强 阅读(102) 评论(0) 推荐(0)