20191002學習筆記

一、Python 1、turtle庫 turtle.penup()   //擡起畫筆 turtle.goto(x,y)    //畫筆移到(x,y)處 turtle.write("point1")   //標註該點爲point1 turtle.pendown()   //落下畫筆   當在(x1,y1)落下畫筆時,turtle.pendown(),turtle.goto(x2,y2),會畫出一條由
相關文章
相關標籤/搜索