判断题

运行下列代码的输出结果为(3,2,1)。( )

t=(2,3,1)
t.sort()
print(t)

A

B

赣ICP备20007335号-2