Commit 21d33400 by BellCodeEditor

save project

parent 46f6e131
Showing with 1 additions and 1 deletions
import turtle import turtle
import random import random
c=['lightcoral','snow',"green","blue","red",'yellow','navy','g','b','linen','pink'] c=['lightcoral','snow',"green","blue","red",'yellow','navy','linen','pink']
def tree(n): def tree(n):
if n>=0: if n>=0:
if n<=12: if n<=12:
......
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