(单选题, )以下选项中能够最简单地在列表['apple','pear','peach','orange']中随机选取一个元素的是( )
A.sample()
B.random()
C.choice()
D.shuffle()
正确答案是C