I am currently stuck with this code:
already_known = set() for item in collection: for word in item: if word not in already_known: alread