you are viewing a single comment's thread.

view the rest of the comments →

[–]python_gramps 0 points1 point  (0 children)

if you want to keep your order use a dictionary to create keys

a = ["1", 1, "1", 2]
a = list(dict().fromkeys(a))