一起答
判断

已知seq为长度大于10的列表,并且已导入random模块,那么 [random.choice(seq) for i in range(10)] 和random.sample(seq,10) 等价。

  • 正确
  • 错误
参考答案
查看试卷详情