第12867题 单选题
给定读取jieqi.txt文件的Python代码,运行后打印结果是哪一项?

D盘jieqi.txt文件内容共4行,依次为:立春、雨水、惊蛰、春分。代码如下:

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