條件、循環、函數定義 練習

條件、循環、函數定義 練習 1. from turtle import* shape('turtle') color('yellow') fillcolor('yellow') begin_fill() for i in range(5):      forward(100)      right(144) end_fill() 2. from turtle import* shape('turt
相關文章
相關標籤/搜索