1. Find & sort unique elements between given strings. (60 Marks)
Sigiloso
1. In Python, convert Strings to Sets & iterate for loop over them & create new array. If another string or new array contains the character then don't push into the array otherwise push them do it for both sets/strings & then use sort method.