Python繪製五星紅旗

# -*- coding: UTF-8 -*- from turtle import * def mygoto(x,y): up() goto(x,y) down() def draw(z): begin_fill() for i in range(5): forward(z) right(144) end_fil
相關文章
相關標籤/搜索