Commit 33650caf by BellCodeEditor

save project

parent 3132148a
Showing with 14 additions and 0 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(0,-100)
pen.write("我看到你就想吐,\n你还是趁早滚,\n反正世界少了你地球一样转!",font=("Time",20,"normal")) pen.write("我看到你就想吐,\n你还是趁早滚,\n反正世界少了你地球一样转!",font=("Time",20,"normal"))
pen.hideturtle() pen.hideturtle()
pen0=turtle.Pen()
pen0.color("black")
pen0.begin_fill()
pen0.left(45)
pen0.forward(100)
pen0.circle(50,180)
pen0.right(90)
pen0.circle(50,180)
pen0.forward(100)
pen0.end_fill()
pen.hideturtle()
turtle.done() 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