Commit 17068240 by BellCodeEditor

save project

parent da490964
Showing with 9 additions and 5 deletions
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("hello,伤",font=("Times",18,"normal")) screen.bgcolor("light green")
# pen.hideturtle() pen=turtle.Pen()
# turtle.done() pen.penup()
pen.goto(100,-100)
pen.write("hello,伤",font=("Times",18,"normal"))
pen.hideturtle()
turtle.done()
pen1=turtle.pen() pen1=turtle.pen()
pen1.pencolor(red) pen1.pencolor("red")
pen1.pensize(5) pen1.pensize(5)
pen1.left(45) pen1.left(45)
pen1.forword(100) pen1.forword(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