判断题

运行以下程序,将输出文件1.txt的第一行内容。( )

with open('1.txt') as f:
    a=f.readlines() 
    print(a[1])

A

B

赣ICP备20007335号-2