two sets as input from the user and returns the set of elements

Write a Python program that takes two sets as input from the user and returns the set of elements that are present in the first set but not in the second set.
and Then Convert Them into List and Sort in Ascending Order
1 2 3
3 4 5
Total : 0 Discussion
Login