Commit 64bbfa5d by BellCodeEditor

save project

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