Commit 462e3530 by BellCodeEditor

save project

parent 952effab
Showing with 43 additions and 0 deletions
import turtle
pen=turtle.pen
pen.write("书写内容",font("Time",20,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
......@@ -7,6 +7,43 @@ len=int(len)
pen=turtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.hideturtle()
len=60
pen.penup()
pen.goto(100,100)
......
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