Commit f3b6f53b by BellCodeEditor

save project

parent 277680cb
Showing with 7 additions and 1 deletions
import turtle
pen=turtle.Pen()
pen.write("春眠不觉晓,\n处处闻啼鸟.",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
......@@ -5,7 +5,7 @@ screen.bgcolor("light red")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("你好\n大傻逼.",font=("Times",30,"normal"))
pen.write("你好\.",font=("Times",30,"normal"))
pen.hideturtle()
len=60
pen.penup()
......
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