Commit af60e5b3 by BellCodeEditor

save project

parent 26225b61
Showing with 2 additions and 1 deletions
import turtle
import random
pen = turtle.Turtle()
pen.color('sienna')
......@@ -28,5 +29,5 @@ pen.left(90)
pen.up()
pen.backward(150)
pen.down()
tree(180)
tree(60)
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