Question: Python help. Sort Unique Write a function 'SortUnique(strArr)'. It should accept an array of strings as input and return a single string containing the #
Python help.
Sort Unique Write a function 'SortUnique(strArr)'. It should accept an array of strings as input and return a single string containing the \# Code goes here string array = input("Input: ") return strarr sorted unique elements of the input strings. For example, SortUnique(["Research", "Square"]) should return "RSacehqrsu". Examples Input: ["banana", "bandana"] Output: abdn
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
