单项选择题

x=[3,6,2],执行x=x.sort(reverse=True)后x值是()

A.[2,3,6]
B.[6,3,2]
C.[3,6,2]
D.以上都不对