t takes a set as input from the user and returns the set after removing all duplicate elements.
Write a Python program that takes a set as input from the user and returns the set after removing all duplicate elements.
Then Convert Them as List and Sort In Ascending Order