用Python畫滑稽

滑稽 用turtle畫滑稽笑臉web from turtle import* setup(600,600,200,200) #臉 penup() goto(-210,0) seth(-90) pendown() pencolor('orange') pensize(4) begin_fill() circle(210,360) fillcolor('yellow') end_fill() penc
相關文章
相關標籤/搜索