Commit 81d57237 by BellCodeEditor

save project

parent 8f496418
Showing with 5 additions and 4 deletions
import turtle
# pen=turtle.Pen()
# pen.write("诺依,\n你好呀",font=("Times",10,"normal"))
# pen.hideturtle()
# turtle.done()
pen=turtle.Pen()
pen.penup()
pen.write("诺依,\n你好呀",font=("Times",10,"normal"))
pen.goto(200,100)
pen.hideturtle()
pen1=turtle.Pen()
pen1.color("red")
pen1.begin_fill()
......
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