Contact: aviboots(AT)netvision.net.il
39,900 questions
51,831 answers
573 users
s = "python programming language" lst = list(set(s)) print(lst) ''' run: ['l', 'n', 'm', 'i', ' ', 'y', 'p', 'g', 'h', 'r', 'o', 'u', 'a', 't', 'e'] '''