Commit 8062ac09 by BellCodeEditor

save project

parent 5b4dcec7
Showing with 5 additions and 4 deletions
import turtle
# a=turtle.Pen()
# a.write("你好",font=("Times",20,"normal"))
# a.hideturtle()
# turtle.done()
a=turtle.Pen()
a.penup()
a.goto(100,-100)
a.write("你好",font=("Times",20,"normal"))
a.hideturtle()
b=turtle.Pen()
b.pensize(5)
b.pencolor("red")
......
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