Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why is Words('ab',50).random_element().count('aa') always incorrect ???

On the other hand, Words('ab',50).random_element().count('a')
or Words('ab',50).random_element().count('b') are always correct, and so are