第14223题 判断
判断Python代码print(sorted(list(range(10,20)), key = hex))的输出是否为[10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
A

正确

B

错误

提交0次 正确率0.00%
答案解析