使用Python繪製多邊形

  turtle是Python內置的圖形庫,在這裏,咱們須要知道正多邊形內角計算公式: 內角=(邊數-2)*180/邊數 可選項:提示輸入一種顏色,進行填充。 本程序運行環境是Python3的IDLE。 import turtle ##python中的圖形庫 num = int(input("Please input the num of the polygon: ")) color = inp
相關文章
相關標籤/搜索