Michael J. answered 06/14/19
Tutor
5.0
(516)
Mathematics and Computer Programming for Gifted Students
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))