下面Python代码的输出结果是:Hello World! ( )
file = open("exam.txt") print(file) file.close()
其中exam.txt文件内容为:Hello World!