Commit 8e7799ee by BellCodeEditor

save project

parent 5fe44a65
Showing with 5 additions and 3 deletions
...@@ -12,14 +12,15 @@ asss.write("傻逼,笨蛋,脑残",font=("Times",34,"normal")) ...@@ -12,14 +12,15 @@ asss.write("傻逼,笨蛋,脑残",font=("Times",34,"normal"))
asss.hideturtle() asss.hideturtle()
# turtle.done() # turtle.done()
atss=turtle.Pen() atss=turtle.Pen()
len=50
Len= Screen.texitnput("提示窗","nnn")
atss.pensize(12) atss.pensize(12)
atss.pencolor('red') atss.pencolor('red')
atss.left(45) atss.left(45)
atss.forward(2*len) atss.forward(2*len1)
atss.circle(len,180) atss.circle(len,180)
atss.right(90) atss.right(90)
atss.circle(len,180) atss.circle(len,180)
atss.forward(2*len) atss.forward(2*len1)
atss.hideturtle() atss.hideturtle()
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