Commit 6a912fed by BellCodeEditor

save project

parent cc9033d6
Showing with 2 additions and 1 deletions
...@@ -5,7 +5,8 @@ screen.bgcolor("light pink") ...@@ -5,7 +5,8 @@ screen.bgcolor("light pink")
len=screen.textinput("100","100") len=screen.textinput("100","100")
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.penup pen.penup()
pen.goto(100,-100)
pen.write(" 春晓\n春眠不觉晓\n处处闻啼鸟\n夜来风雨声\n花落知多少.",font=("方正彩云简体",30,"normal")) pen.write(" 春晓\n春眠不觉晓\n处处闻啼鸟\n夜来风雨声\n花落知多少.",font=("方正彩云简体",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
......
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