Commit 026e1ba2 by BellCodeEditor

auto save

parent 1c7e6053
Showing with 2 additions and 1 deletions
...@@ -3,10 +3,11 @@ import turtle ...@@ -3,10 +3,11 @@ import turtle
# pen.write("你好",font=("Times",18,"normal")) # pen.write("你好",font=("Times",18,"normal"))
# turtle.done() # turtle.done()
pen1=turtle.Pen() pen1=turtle.Pen()
screen.
pen1.color("red") pen1.color("red")
pen1.fillcolor("red") pen1.fillcolor("red")
pen1.begin_fill() pen1.begin_fill()
pen1.pensize(3) pen1.pensize(200)
pen1.left(45) pen1.left(45)
pen1.forward(200) pen1.forward(200)
pen1.circle(100,180) pen1.circle(100,180)
......
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