i am creating a slot machine with python and now I have the numbers 1-12, choosen randomly by "randint", the problem is now that some of the numbers (3,8,12) trigger an extremly high winning and now I want to add a "higher chance" for the rest of the numbers and for these winning numbers a lower chance. How do I realize this?
Regards, Simon