Commit 90dd84cb by BellCodeEditor

auto save

parent b095855b
Showing with 6 additions and 0 deletions
......@@ -12,6 +12,7 @@ pen.circle(len/2,180)
pen.right(90)
pen.circle(len/2,180)
pen.forward(len)
pen.end_fill()
pen.penup()
pen.goto(100,0)
pen.write("祝你生日快乐",font=("Times",20,"normal"))
......
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