open_in_new
content_copy
a=input() b=[] for i in a: if i not in b: b.append(i) print(b)