
import turtle turtle.bgcolor('yellow') turtle.pensize(2) turtle.penup() turtle.bk(250) for _ in range(5): turtle.penup() turtle.setheading(90) turtle.sety(-200) turtle.setx(turtle.xcor() + 100) turtle.pendown() turtle.circle(630,10) turtle.circle(-630,10) turtle.dot(40) turtle.done()
本站所有作品,教程等皆为原创,版权所有。只供个人及单位内部研究使用,对外展示或传播必需经本站同意,且注明来自本站。培训机构等用本站资源培训学生,需经本站授权。一旦付款,表示同意本站知识付费原则:数字商品,不支持退款。亦可直接向微信号scratch8付款购买。入住QQ群:225792826 和爱好者共同交流,并且能下载免费提供的Python资源(需提供真实姓名才可入群)
李兴球的博客_Python创意编程技术前沿_pygame » python画图蝌蚪
李兴球的博客_Python创意编程技术前沿_pygame » python画图蝌蚪