第14012题 判断题
判断指定Python元组运算后调用index()方法的输出结果是否为2?
print((tuple(range(1, 4)) * 3).index(2))
A

正确

B

错误

程序运行统计
暂无判题统计