Commit 8062ac09 by BellCodeEditor

save project

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