How do I select a random element from an array in Python? [duplicate] December 25, 2022 by Tarik import random random.choice (mylist)