Commit ac53b065 by BellCodeEditor

save project

parent 5767df4c
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ pen.pencolor("red") ...@@ -7,7 +7,7 @@ pen.pencolor("red")
pen1.penup() pen1.penup()
pen1.goto(100,50) pen1.goto(100,50)
pen1.write("你好,/n诺依",font=("Times",20,"normal")) pen1.write("你好,\n诺依",font=("Times",20,"normal"))
pen.left(45) pen.left(45)
pen.forward(x) pen.forward(x)
......
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