I am trying to generate a random number in Python, but I need it to include certain digits.
Let's say the range I want for it is between 100000 and 999999, so I want it to be in that range but also include digits like 1, 4, and 5.
Is there a way to do this?