Untitled

Run Settings
LanguagePython
Language Version
Run Command
print("Hello World!") a=[1,1,3,3,5,5] dupli=[] for i in a: if a.count(i)>1: if i not in dupli: dupli.append(i) print(dupli)
Editor Settings
Theme
Key bindings
Full width
Lines