Python之 五邊形繪製 溫度轉換

import graphics #窗體初始化 win = graphics.GraphWin('5邊形',300,300) #說明文字顯示 message = graphics.Text(graphics.Point(150,20),"click on five points") message.draw(win) #獲取5個點 p1 = win.getMouse() p1.draw(win) p
相關文章
相關標籤/搜索