Challenge: Remove All Duplicate Elements
Write code to remove all duplicate elements in a string, a list, and a tuple.
We'll cover the following...
Using sets, write a program to remove all duplicate elements present in a string, list, and tuple: