Commit 2f17d267 by BellCodeEditor

save project

parent 4ff5e1b6
Showing with 1 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
p=turtle.Pen() p=turtle.Pen()
p.write("你好",font=("楷体",20,"normal")) p.write("你好",font=("楷体",50,"normal"))
p.hideturtle() p.hideturtle()
pen.pensize(10) pen.pensize(10)
pen.pencolor("red") pen.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