Commit dfa31c48 by BellCodeEditor

save project

parent 7f62d663
Showing with 86 additions and 0 deletions
import turtle
t=turtle.Pen()
sc=turtle.Screen()
sc.bgcolor("blue")
t.pencolor("white")
a=sc.textinput("左左边是那个","我的年龄")
a=int(a)
t.speed(0)
#a=100
t.left(45)
t.forward(a*2)
t.circle(a,180)
t.right(90)
t.circle(a,180)
t.forward(a*2)
t.hideturtle()
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