Commit e4c1fc83 by BellCodeEditor

save project

parent a441150f
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ import turtle ...@@ -3,7 +3,7 @@ import turtle
# turtle.write("HELLO\n hello\n",font=("times",20,"normal")) # turtle.write("HELLO\n hello\n",font=("times",20,"normal"))
pen=turtle.Pen() pen=turtle.Pen()
turtle.pencolor("red") turtle.pencolor("red")
turtle.pensize(10000) turtle.pensize(20)
turtle.left(45) turtle.left(45)
turtle.forward(100) turtle.forward(100)
turtle.circle(50,180) turtle.circle(50,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