Commit b42c230d by BellCodeEditor

save project

parent 38f85841
Showing with 6 additions and 3 deletions
......@@ -15,5 +15,8 @@ pen.turtle.Turtle()
pen.color('sienna')
w=turtle.Screen()
w.bgcolor('wheat')
tree(100)
turtle.done()
\ No newline at end of file
if n >=0:
if n <=12:
color_list=['snow','lightcoral']
color=random.choice(color_list)
pen.color
\ No newline at end of file
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