Practice ยท 4 of 4
Counting with Counter
votes = ["anh", "binh", "anh", "cuong", "anh"] is given. Print the winner's name using collections.Counter (one line).
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Standard Library Tour