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
1 2 2 3 3 4 5
2 3 4 4 4 7 8 9 1 1
Total : 0 Discussion
Login