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 list of their own. Once done, they have to combine the list and remove any repeated picnic spots from the list.
Combine Mika's and Emily's lists, remove duplicates using the set( )
function and print the sorted list from the resulting set using sorted
method.