Commit 216c026a by BellCodeEditor

save project

parent a2170c37
Showing with 3 additions and 3 deletions
...@@ -5,7 +5,8 @@ screen.bgcolor("light blue") ...@@ -5,7 +5,8 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("诺伊你没妈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈你炸一家子/nfuck.",font=("Times",10,"normal")) pen.write("诺伊你没妈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈你炸一家子/nfuck.",font=("Times",10,"normal"))
pen.hideturtle() pen.hideturtle()
len=screen.textinput("提示","好好好")
lovesize=int(len)
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(100,100)
pen.pendown() pen.pendown()
...@@ -17,4 +18,4 @@ pen.circle(len,180) ...@@ -17,4 +18,4 @@ pen.circle(len,180)
pen.right(90) pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(100) pen.forward(100)
turtle.done() turtle.done()
\ No newline at end of file
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