python畫小小的房子

import turtle import time t=turtle.Pen() t.color('green','red') t.hideturtle() t.begin_fill() for x in range(3): t.forward(100) t.left(180-60) t.forward(10) t.right(90) t.end_fill() t.color('
相關文章
相關標籤/搜索