摘要: #coding=utf-8 # arrow(海龟箭头);turtle(实心箭头);circle(实心方形箭头);square(粗大箭头2);triangle(classic) from turtle import * def position(x,y): up() goto(x,y) down() def draw(size,x,y): position(... 阅读全文
posted @ 2018-03-14 23:11 159-吕军~ 阅读(713) 评论(0) 推荐(0) 编辑