Commit b284c377 by BellCodeEditor

auto save

parent 66e45fa5
Showing with 6 additions and 0 deletions
...@@ -13,6 +13,7 @@ x.hideturtle() ...@@ -13,6 +13,7 @@ x.hideturtle()
a=turtle.Pen() a=turtle.Pen()
a.color("red") a.color("red")
a.pensize(5) a.pensize(5)
len=60 len=60
a.left(45) a.left(45)
a.forward(len*2) a.forward(len*2)
......
import turtle
screen=turtle.Screen()
screen.textinput("姓名框","你的名字是:")
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