Home Article Practice python命令

python命令

2022-04-01 20:08  views:481  source:shijing0426    

import turtle
turtle.width(3)
turtle.color("black")
turtle.fillcolor("red")
turtle.begin_fill()
turtle.circle(50, 180)
turtle.circle(100, 180)
turtle.left(180)
turtle.circle(-50, 180)
turtle.end_fill()
turtle.left(90)
turtle.up()
turtle.forward(100*0.35)
turtle.right(90)
turtle.down()
turtle.color("white")
turtle.begin_fill()
turtle.circle(100*0.15)
turtle.end_fill()
turtle.exitonclick()



Disclaimer: The above articles are added by users themselves and are only for typing and communication purposes. They do not represent the views of this website, and this website does not assume any legal responsibility. This statement is hereby made! If there is any infringement of your rights, please contact us promptly to delete it.

字符:    改为:
去打字就可以设置个性皮肤啦!(O ^ ~ ^ O)