Commit 01181039 by BellCodeEditor

save project

parent 8873559f
Showing with 5 additions and 0 deletions
......@@ -3,7 +3,12 @@ pen=turtle.Pen()
pen.write("傻逼\n,大傻逼",font=("Times",50,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.color("red")
pen1.pensize(10)
pen1.left(45)
pen1.up()
pen1.goto(-100,0)
pen1.down()
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
......
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