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() #
相关文章
相关标签/搜索