Verify distribution uniformity/Naive: Difference between revisions

(→‎{{header|C}}: it was a banal *value++ instead of ++*value or similar ;) however, rewritten to avoid the use of two hashes)
Line 91:
 
=={{header|Python}}==
{{works with|Python|3.1}}
<lang python>from collections import Counter
from pprint import pprint as pp
Anonymous user