Implement the following function.
def get set (pos list, def dict = (1) :
The function definition contains a list as a positional parameter, and an empty
dictionary as a default argument.
The function returns a set of elements:
Each element is in the list but not in the dictionary as a value (not key)
Remember, a set does not contain duplicates and is unordered!