Python基礎任務6

turtle庫——精靈球 from turtle import* setup(800, 800) hideturtle() speed(10) pensize(12) # 上半部分 begin_fill() fillcolor(1, 0, 0) penup() fd(-200) pendown() fd(400) left(90) circle(200, 180) end_fill() #
相關文章
相關標籤/搜索