第13735题 单选题
以下哪项是Python以只读方式打开d:\myfile.txt文件的代码?
A
f=open("d:\\myfile.txt")
B
f=open("d:\\myfile.txt", "rt+")
C
f=open("d:\\myfile.txt", "r+")
D
f=open("d:\\myfile.txt", "a")
程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析