摘要:
Practice:定义多点坐标,绘出折线,并计算起始点和终点的距离 1 import turtle 2 import math 3 x1,y1 = 100,100 4 x2,y2 = 100,-100 5 x3,y3 = -100,-100 6 x4,y4 =-100,100 7 turtle.pe 阅读全文
posted @ 2020-09-05 15:30
Xujie_0528
阅读(115)
评论(0)
推荐(0)