Commit 9a6a6497 by BellCodeEditor

save project

parent 7a9b18b3
Showing with 5 additions and 1 deletions
...@@ -20,5 +20,4 @@ pen.right(90) ...@@ -20,5 +20,4 @@ pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
pen.write("你好\n,诺依\n",font=("Times",30,"normal")) pen.write("你好\n,诺依\n",font=("Times",30,"normal"))
turtle.done() turtle.done()
import turtle
secreen=turtle.Screen()
secreen.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