I have a list ['a','b','c','d']
and I want to randomly select
'a' = 75 %
'b' = 15 %
'c' = 5 %
'd' = 5 %
Times how do I achieve this in python
thanks in advance.
I have a list ['a','b','c','d']
and I want to randomly select
'a' = 75 %
'b' = 15 %
'c' = 5 %
'd' = 5 %
Times how do I achieve this in python
thanks in advance.