Commit 70c063a9 by BellCodeEditor

save project

parent 28dd151a
Showing with 15 additions and 3 deletions
import turtle
pen=turtle.Pen()
pen.write("114514\nboynextdoor",font=("Time",'30',"normal"))
pen.hideturtle()()
# pen=turtle.Pen()
# pen.write("114514\nboynextdoor",font=("Time",'30',"normal"))
# pen.hideturtle()
pena=turtle.Pen()
pena.speed(114514)
pena.pencolor("pink")
pena.pensize(5)
pena.left(45)
pena.forward(100)
pena.circle(50,180)
pena.right(90)
pena.circle(50,180)
pena.forward(100)
pena.hideturtle()
turtle.done()
\ No newline at end of file
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