Python小程序之五星紅旗

# -*- coding: UTF-8 -*- import turtle turtle.setup(700,500,0,0) turtle.color('yellow') turtle.bgcolor('red') turtle.fillcolor('yellow') def mygoto(x,y): turtle.up() turtle.goto(x,y) tur
相關文章
相關標籤/搜索