C1_W4_Assignment, UNQ_C1, get_matrices()

Hello,
I am currently stuck in the first task UNQ_C1 get_matrices(en_fr, french_vecs, english_vecs).
In the loop “for en_word, fr_word in en_fr.items()” the English/French words are output in pairs and, if available (“if fr_word in french_set and en_word in english_set”) the embeddings of these words are extracted. This works for me for the first word pair (la / the), for the second word pair (et, and) I get the error message “Keyerror”.
Can you help me here? My Lab ID is “ixyiluxl”.
Thanks for your help!

Volker

After successfully completing course 2, I returned to this excercise. I realized that in UNQ_C1 I took the wrong dictionary for “english_set” and “french_set”. Now everything is ok.