Commit 2573d9c6 by BellCodeEditor

save project

parent b92c2df7
Showing with 21 additions and 2 deletions
print("aaaaaaaaa") import turtle
\ No newline at end of file pen=turtle.Pen()
s=turtle.Screen()
s.bgcolor("pink")
len=s.textinput("","")
l=int(len)
pen.penup()
pen.goto(120,-170)
pen.write("诺伊,你好!!!",font=("Times",25,"normal"))
pen1=turtle.Pen()
pen1.pensize(10)
pen1.pencolor("red")
pen1.left(45)
pen1.circle(-l,180)
pen1.forward(2*l)
pen1.right(90)
pen1.forward(2*l)
pen1.circle(-l,180)
pen1.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