Commit b42c230d by BellCodeEditor

save project

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