Run
import random seq = 'apple' x = random.choice(seq) print(x)
Output