第19065题 单选题
下列关于Python列表s1和s2的说法,正确的是哪一项?

数据的存储形式多种多样,现有两个Python列表定义如下:

s1 = [["李亮", "98"], ["王宁宁", "95"], ["莫晓珍", "88"]]
s2 = ["李亮", "98", "王宁宁", "95", "莫晓珍", "88"]
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析