Commit 922cd60c by BellCodeEditor

save project

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