Run »
×
Change Orientation
mylist = ["a", "b", "a", "c", "c"] mylist = list(dict.fromkeys(mylist)) print(mylist)
['a', 'b', 'c']
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit