Commit 19cbe280 by BellCodeEditor

auto save

parent 24acb394
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ turtle.done() ...@@ -8,7 +8,7 @@ turtle.done()
""" """
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.pensize(2) p.pensize(500)
p.pencolor("red") p.pencolor("red")
p.left(45) p.left(45)
p.forward(100) p.forward(100)
......
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