Commit 8882957c by BellCodeEditor

save project

parent 4f0451cc
Showing with 6 additions and 2 deletions
import turtle import turtle
pen=turtle.Pen() # pen=turtle.Pen()
pen.write("嫦娥应悔偷灵药,\n碧海青天夜夜心。",font=("Times",20,"normal")) # pen.write("嫦娥应悔偷灵药,\n碧海青天夜夜心。",font=("Times",20,"normal"))
p=turtle.Pen()
p.pensize(5)
p.pencolor("red")
p.left(45)
pen.hideturtle() pen.hideturtle()
turtle.done() 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