Untitled

Run Settings
LanguagePython
Language Version
Run Command
import collections c = collections.Counter(["hello", "bye", "hello", "by", "two", "two"]) pairs = [x for x in c if c[x] > 1] print(pairs)
Editor Settings
Theme
Key bindings
Full width
Lines