how to random integer in python 0 or 1 code example Example: random 0 or 1 python from random import choice choice([True, False])