NullDev / Hacktoberfest-2020-FizzBuzz

:jack_o_lantern: Submit creative/abstract FizzBuzz solutions in any language you want!
The Unlicense
69 stars 349 forks source link

counting the occurrences of fizzbuzz output in 2 ways #666

Closed sammckee closed 4 years ago

sammckee commented 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.

NullDev commented 4 years ago

neat! thanks :)