new_colors = ("blue", "yellow", "brown", "red", "white", "green", "gray")
for color in new_colors:
print(color)
basket_1.balloon_colors.add(color)