Commit e363f62a by BellCodeEditor

auto save

parent 6378f22e
Showing with 9 additions and 0 deletions
...@@ -2,5 +2,13 @@ ...@@ -2,5 +2,13 @@
import turtle import turtle
pen1 = turtle.Pen() pen1 = turtle.Pen()
pen1.write("你的信老子收到了,别哔哔了",font=("Times",20,"normal")) pen1.write("你的信老子收到了,别哔哔了",font=("Times",20,"normal"))
pen1.pensize(20)
pen1.pencolor("red")
pen1.lt(45)
pen1.fd(100)
pen1.circle(50,180)
pen1.rt(90)
pen1.circle(50,180)
pen1.fd(100)
pen1.hideturtle() 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