Python基礎綜合練習

import turtle def mygoto(x,y): turtle.up() turtle.goto(x, y) turtle.down() def draw(x): turtle.begin_fill() for i in range(5): turtle.forward(x) turtle.right(144) turtle.end_fill
相關文章
相關標籤/搜索