摘要: import turtle import math 定义多个点的坐标 x1,y1=100,100 x2,y2=100, 100 x3,y3= 100, 100 x4,y4= 100,100 绘制折线 turtle.penup() turtle.goto(x1,y1) turtle.pendown() 阅读全文
posted @ 2019-12-23 19:19 青年小白学编程 阅读(448) 评论(0) 推荐(0)