import turtle, random colors = ["green","brown"] theColor = random.choice(colors) turtle.color(theColor)