Commit 7db63585 by BellCodeEditor

save project

parent bf0d7c73
Showing with 12 additions and 10 deletions
...@@ -5,16 +5,17 @@ screen.bgcolor("light blue") ...@@ -5,16 +5,17 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-100,0) pen.goto(-100,0)
pen.write("www",font=("Times",100,"normal")) pen.write("傻逼沙雕\n54188,\n我槽你妈的逼,\n你他妈没马",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
pen.pensize(100) pen1=turtle.Pen()
pen.pencolor("red") pen1.pensize(100)
pen.left(45) pen1.pencolor("red")
pen.forword(100) pen1.left(45)
pen.circle(50,180) pen1.forward(100)
pen.right(90) pen1.circle(50,180)
pen.circle(50,180) pen1.right(90)
pen.forward(100) pen1.circle(50,180)
pen.hideturtle() pen1.forward(100)
pen1.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