2018年3月20日

摘要: 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潘光辉 阅读(167) 评论(0) 推荐(0) 编辑
 
摘要: 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:02 210潘光辉 阅读(106) 评论(0) 推荐(0) 编辑