Inactive Tutor answered 06/14/19
Tutor
New to Wyzant
The easiest way is to convert it to a dictionary and back. This works because a dictionary cannot have duplicate keys. Just takes one line of code.
your_list = list(dict.fromkeys(your_list))