randit and random code example Example: random number pythn Click to copyimport random n = random.randint(0,22) print(n) # Output: 2