Commit d9619f07 by BellCodeEditor

save project

parent fc82b862
Showing with 2 additions and 2 deletions
...@@ -22,10 +22,10 @@ w = turtle.Screen() ...@@ -22,10 +22,10 @@ w = turtle.Screen()
w.bgcolor('wheat') w.bgcolor('wheat')
pen.lt(90) pen.lt(0)
pen.up() pen.up()
pen.bk(500) pen.bk(500)
pen.down() pen.down()
tree(1000) tree(300)
turtle.done() turtle.done()
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