shopping_list = ['cheese','ham','bread','apples','milk','chocolate']
for item in shopping_list:
if item == 'milk':
print 'WE HAVE MILK!'
break