已知x为非空列表,那么表达式 sorted(x,rev

已知x为非空列表,那么表达式 sorted(x,reverse=True) == list (reversed(x))的值一定是True。()

答案
B

题目信息

题号:3709
题型:判断题
难度:普通