摘要: import turtle turtle.setup(500,300,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.pemup() turtle 阅读全文
posted @ 2018-05-14 18:00 qwertyuiopasdf 阅读(555) 评论(0) 推荐(0) 编辑
摘要: import turtle turtle.bgcolor('red') turtle.color("yellow") turtle.fillcolor("yellow") turtle.begin_fill() for i in range(5): turtle.forward(100) turtl 阅读全文
posted @ 2018-05-14 16:28 qwertyuiopasdf 阅读(235) 评论(0) 推荐(0) 编辑