判断题
下面代码的输出结果是:Hello World! ( )
file = open("exam.txt") print(file)file.close()
其中exam.txt文件内容为:Hello World!
A.
正确
B.
错误
发表评论 取消回复