Commit 922cd60c by BellCodeEditor

save project

parent d795e747
Showing with 5 additions and 5 deletions
import turtle
#pen=turtle.Pen()
#pen.write("奥里给",("Times",50,"normal"))
#pen.hideturtle()
#turtle.done()
pen1=turtle.Pen()
pen1.penup()
pen1.goto(-100,0)
pen1.write("奥里给",("Times",50,"normal"))
pen=turtle.Pen()
pen.pensize(150)
pen.pensize(1)
pen.pencolor("red")
pen.left(45)
pen.forward(100)
......
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