(单选题, )对于一个列表aList和一个元组bTuple,以下函数调用错误的选项是( )?
A.sorted(aList)
B.sorted(bTuple)
C.aList.sort()
D.bTuple.sort()
正确答案是D