demo_ref_random_getrandbits.py:
import random print(random.getrandbits(2))
➜ begtut>python demo_random_getrandbits.py