基礎python之圖形設計

第一步引入模塊 第一步引入turtle模塊 turtle模塊的方法 方法 參數 作用 showturtle() null 顯示一個箭頭 circle int 根據給定的半徑值畫出圓形 wirte() string 打印一句話 forward int 根據給定的值向前移動 left int 根據給定的數值調整到對應方向的度數 color string 調整箭頭對於的顏色 goto int(x,y)
相關文章
相關標籤/搜索