Commit b6bcef12 by BellCodeEditor

save project

parent b164f688
Showing with 7 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen1=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen1.penup()
pen1.goto(100,-100)
pen1.write("呵呵呵呵呵呵",font=("Times",30,"normal"))
pen1.hideturtle()
pen.pensize(5)
pen.pencolor("pink")
pen.left(45)
......
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