Is leetcode's python interpreter special?

I see some solutions uses the Counter() method in python without importing the collections module, however, on my computer's Python3 Interpreter, It doesn't recongize Counter unless I import it from collections. Not a big deal but I just want to know how or why.

Comments (1)