Commit bd649ed3 by BellCodeEditor

save project

parent 2d7369af
Showing with 10 additions and 6 deletions
唱跳rap篮球=150
import turtle
=turtle.Screen()
.bgcolor("dark blue")
唱跳rap篮球=.textinput("?","?")
mc=turtle.Pen()
mc.penup()
mc.goto(200,-250)
......@@ -11,13 +15,13 @@ mc.write("3.1415\n926 ",font=("Times",13,"normal"))
只因.pensize(5)
只因.color("red")
只因.left(45)
只因.forward(唱跳rap篮球*2)
只因.circle(唱跳rap篮球,180)
只因.forward(int(唱跳rap篮球)*2)
只因.circle(int(唱跳rap篮球),180)
只因.right(90)
只因.circle(唱跳rap篮球,180)
只因.forward(唱跳rap篮球*2)
=turtle.Screen()
.bgcolor("dark blue")
只因.circle(int(唱跳rap篮球),180)
只因.forward(int(唱跳rap篮球)*2)
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