第14585题 单选题
执行给定的Python文件读取代码后,变量s的值是什么?

2023年中国航天事业主要事件记录在abc.txt文件中,文件内容如下: 5月11日,天舟六号 5月30日,神舟十六 6月7日,力箭一号 6月16日,长征二号

Python程序如下:

f = open('abc.txt','r')
s = f.readline()
print(s)
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析