demo_ref_random_getrandbits.py:
import random print(random.getrandbits(8))
C:\Users\My Name>python demo_random_getrandbits.py