import turtle # 绘制三角形# points: [[x1,y1],[x2,y2],[x3,y3]] def draw_triangle(points, color, t): t.fillcolor(color) # 设置画笔颜色t.up() ... ... <看更多>
Search
Search
import turtle # 绘制三角形# points: [[x1,y1],[x2,y2],[x3,y3]] def draw_triangle(points, color, t): t.fillcolor(color) # 设置画笔颜色t.up() ... ... <看更多>
【 Python 程式設計】#字直角 三角形. Watch later. Share. Copy link. Info. Shopping. Tap to unmute. If playback doesn't begin shortly, ... ... <看更多>
Your browser can't play this video. Learn more. Switch camera. ... <看更多>
文大 Python 程式入門或證照第4次302題迴圈偶數連加&304題迴圈倍數總和&306迴圈階乘計算&308迴圈位數加總&310迴圈公式計算&402不定數迴圈取最小值&404 ... ... <看更多>