文件exam.txt与以下代码在同一目录下,其内容是一段文本: bigBen, 下列代码的输出结果是?( )
f = open("exam.txt") print(f) f.close()
exam.txt
exam
<_ io.TextlOWrapper ..>
bigBen