设已导入random标准库,那么表达式 max([(1, 10) for i in range(10)]) 的值一定是10。

设已导入random标准库,那么表达式 max([(1, 10) for i in range(10)]) 的值一定是10。

A.正确

B.错误

正确答案是B