Commit e2e5040a by BellCodeEditor

save project

parent a50ceeec
Showing with 24 additions and 0 deletions
唱跳rap篮球=150
import turtle
mc=turtle.Pen()
mc.penup()
mc.goto(200,-250)
mc.write("3.1415\n926 ",font=("Times",13,"normal"))
只因=turtle.Pen()
只因.penup()
只因.goto(0,-250)
只因.pendown()
只因.pensize(5)
只因.color("red")
只因.left(45)
只因.forward(唱跳rap篮球*2)
只因.circle(唱跳rap篮球,180)
只因.right(90)
只因.circle(唱跳rap篮球,180)
只因.forward(唱跳rap篮球*2)
=turtle.Screen()
.bgcolor("dark blue")
turtle.done()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment