vinhquang3.6fix

Run Settings
LanguagePython
Language Version
Run Command
stri = 'cho meo ga chuot vit ngan' lst_stri = [] for i in stri: if stri.count(i) <= 1: lst_stri.append(i) print(lst_stri) stri = 'cho meo ga chuot vit ngan' print([i for i in stri if stri.count(i) == 1])
Editor Settings
Theme
Key bindings
Full width
Lines