Your name goes here
data_set = [bruce, is , wayne]
five_colours = [red,green,blue, pink, yellow]
number_i_chose = 6
while number_i_chose > 1 :
for word in data_set :
number_i_chose -=1
print(word)
The five_colours are five_random_colours in a dataset
The program iterates until the number I chose variable becomes 1, thus printing the five_colours