for index in range(4):
color = baskets[0].balloon_colors.pop()
print(color)
baskets[1].balloon_colors.add(color)