As the title says, I'm getting
>> Counter({'red': 2, 'blue': 1}).total()
AttributeError: 'Counter' object has no attribute 'total'
even though it definitely does? Really at a loss here, thanks in advance!
I tried running it in another compiler, and that worked.