测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A60227. 下面Python代码的输出结果是:Hello World! ( )file = open("exam.txt")

判断题

题目描述

下面Python代码的输出结果是:Hello World! ( )

file = open("exam.txt")
    print(file)
file.close()


其中exam.txt文件内容为:Hello World!

选项(单选)