如何用python畫一個萬花筒

如何用python畫一個萬花筒 import turtle as t t.setup(1000, 1000) # 定義窗口尺寸 t.pensize(2.5) for i in range(80): # 定義⚪循環40次 t.speed(0) if i % 2 == 0: t.pencolor('red') else: t.pencolo
相關文章
相關標籤/搜索