Run ❯
Get your
own
website
×
Change Orientation
import random mylist = ["apple", "banana", "cherry"] random.shuffle(mylist) print(mylist)