题库 Python等级考试 题目列表 运行下面代码的正确结果是?( )filename =&nbs...
单选题

运行下面代码的正确结果是?( )

filename = "example.txt"
line_count = 0
with open(filename, "r") as file:
     for line in file:
         line_count += 1
print(f"The file 'example' has {line_count} lines.")

  其中example.txt文件内容如下:

      My Favorite Animal

Once upon a time, I had a pet dog named Max. 

Max was the most obedient dog I knew. 

We played fetch in the park, went on long walks in the woods, and even took naps together on lazy afternoons.

A.

4

B.

3

C.

2

D.

1

题目信息
2024年 单选题 六级 容易
61%
正确率
0
评论
69
点击
QQ
公众号
客服
扫一扫