Hello, i have a problem with questions in which i ask the students to create a dictionarie, since each time a test case is run the resulting dictionarie appears in random order (and thus i't most often doesn't match expected output). I wonder why this happens, since ipython/spyder/jupyter naturally keep the order in which elements were introduced to the dictionary (in spite of a dictionary not actually having internal order).
Thanks for your attention.