Commit 0a24a87a by BellCodeEditor

save project

parent 4ae9a48b
Showing with 1 additions and 0 deletions
...@@ -6,6 +6,7 @@ pen=turtle.Pen() ...@@ -6,6 +6,7 @@ pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-100,-100) pen.goto(-100,-100)
pen.write("我叫韩佩泽,\n你好呀",font=("Times",30,"normal")) pen.write("我叫韩佩泽,\n你好呀",font=("Times",30,"normal"))
len=screen.textinput("提示框","请输入")
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.forward(2*len) pen1.forward(2*len)
pen1.pencolor("red") pen1.pencolor("red")
......
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