当前位置:   article > 正文

python使用turtle库绘制奥运五环_python turtle库画五环

python turtle库画五环

效果图:
效果源代码:

#奥运五环
import turtle
turtle.setup(1.0,1.0)    #设置窗口大小
turtle.title("奥运五环")
#蓝圆
turtle.penup()
turtle.right(90)
turtle.forward(-50)
turtle
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/179827?site
推荐阅读
相关标签
  

闽ICP备14008679号