Mika and Emily are collecting a list of picnic spots from their classmates, for the next class trip. They are both saving the suggestions in a dictionary with the key as the name of the person suggesting the spot and the value as the spot to visit.
You are given both their dictionaries as mikas_list and emilys_list. Merge emilys_list into mikas_list before submitting it to the class teacher. Print the merged result.