Commit 2988166c by BellCodeEditor

save project

parent 4eae8ea0
Showing with 4 additions and 9 deletions
import turtle import turtle
pen = turtle.Pen() Pen=turtle.Pen()
pen.pensize(20)
pen.pencolor("red")
pen.left(121)
pen.right(180)
pen.forward(1223)
pen = turtle.Pen()
pen.circle(199,360)
turtle.done() while True:
Pen.write("菜~~~就多练~~~~~~~~~~\n输不起~~~~~就别~~玩~~~~",font=("times",20,"normal"))
turtle.done()
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