摘要: from turtle import * a = Turtle() screensize(400, 300, "blue") setup(width=1300, height=650, startx=20, starty=20) a.speed(10) a.hideturtle() a.pensize(2) a.color('red', 'pink') a.up() a.goto(200, 0... 阅读全文
posted @ 2018-05-20 20:05 汪凡 阅读(780) 评论(1) 推荐(0) 编辑
摘要: 略作改动: 阅读全文
posted @ 2018-05-20 19:40 汪凡 阅读(14256) 评论(1) 推荐(1) 编辑