Closed sammckee closed 4 years ago
Counting the frequency of each output of the fizz buzz problem using a Counter() and defaultdict from collections. Note that the numbers are grouped together under the "int" key.
neat! thanks :)
Counting the frequency of each output of the fizz buzz problem using a Counter() and defaultdict from collections. Note that the numbers are grouped together under the "int" key.