Answers for "python how to random true false"

3

python random true false

bool(random.getrandbits(1)) #is still about twice as fast as random.choice([True, False])
Posted by: Guest on May-07-2020

Code answers related to "python how to random true false"

Python Answers by Framework

Browse Popular Code Answers by Language