第14235题 单选
Python中以只读方式打开文本文件a.txt的代码是?
A
f=open('a.txt','r')
B
f=open('a.txt','w')
C
f=open('a.txt','a')
D
f=open('a.txt','r+')
提交0次 正确率0.00%
答案解析