Commit 8fc51a5e by BellCodeEditor

save project

parent b3862e80
Showing with 14 additions and 2 deletions
...@@ -23,4 +23,16 @@ turtle.done() ...@@ -23,4 +23,16 @@ turtle.done()
pen=turtle.Pen() pen=turtle.Pen()
pen.write("左一锐\nSB.",font=("Times",10,"normal")) pen.write("左一锐\nSB.",font=("Times",10,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done turtle.done
\ No newline at end of file len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.hideturtle()
len=60
pen.penup()
pen.goto(100,100)
pen.pendown()
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
\ 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