I\'ve come across a really weird problem. I\'m trying to use Counter function in collections module. However, I keep getting the same error message
Attribut
You're probably using an old version of Python, the Counter class, as stated in the documentation was added in version 2.7.
Counter