1
color1 = ("red", "blue", "yellow", "pink", "green")
2
turtle.color(random.choice(color1), random.choice(color1))
3
r = random.randint(30, 70)