使用turtle模塊繪製多邊圖形

python 版本:3.4.3python import 模塊:turtle.net 使用turtle模塊繪製多邊圖形,代碼以下:code  #-*- charset:utf-8 -*- import turtle #設置畫筆筆跡寬度 turtle.pensize(3) #畫三邊形 turtle.color("red") turtle.penup() turtle.goto(-200,-50) t
相關文章
相關標籤/搜索