Commit 64bbfa5d by BellCodeEditor

save project

parent 70c063a9
Showing with 9 additions and 5 deletions
import turtle
# pen=turtle.Pen()
# pen.write("114514\nboynextdoor",font=("Time",'30',"normal"))
# pen.hideturtle()
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen.penup()
pen.goto(200,-100)
pen.write("114514\nboynextdoor",font=("Time",'30',"normal"))
pen.hideturtle()
pena=turtle.Pen()
pena.speed(114514)
pena.pencolor("pink")
pena.speed(1)
pena.pencolor("red")
pena.pensize(5)
pena.left(45)
pena.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