Commit 938210e8 by BellCodeEditor

save project

parent df4945f1
Showing with 9 additions and 0 deletions
import turtle
x=60
pen=turtle.Pen()
pen1=turtle.Pen()
pen1.penup()
pen1.goto(100,50)
pen1.write("你好,/n诺依",font=("Times",20,"normal"))
pen.hideturtle()
pen1.hideturtle()
turtle.done()
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