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 set of their own.
Given their two sets, combine them both using union()
and print the sorted list from resulting set.