How to perform something like ‘ordered_choice’ replacement which returns a single text string when called similar to performance of ‘random.choice’?
This question and code attempt is based mainly on the question asked here: random.choice() equivalent in order and here: Python read first and second lines then second lines and third lines