第26457题 判断题
判断给定Python读取abc.txt文件的代码执行后输出是否为10

已知文本文件abc.txt共有10行,每行由1个英文半角字母组成,对应代码如下:

rFile = open("abc.txt", "r")
fileContent = rFile.read()
rFile.close()

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