for循環:用turtle畫一顆五角星

import turtle turtle.bgcolor('red') turtle.pencolor('yellow') turtle.fillcolor('yellow') turtle.begin_fill() for i in range(5): turtle.forward(50) turtle.right(144) turtle.end_fill() t
相關文章
相關標籤/搜索