Return a random element from the non-empty sequence seq. If seq is empty, raises IndexError.
random.choice(seq)