Run ❯
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
import random mylist = ["apple", "banana", "cherry"] print(random.choice(mylist))