Run »
import random mylist = ["apple", "banana", "cherry"] random.shuffle(mylist) print(mylist)