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