第11630题 单选
针对Python代码with open('file.txt', 'w') as f: f.___('Hello World'),以下哪个选项可正确补全以写入文件内容?
A

save

B

put

C

write

D

add

提交0次 正确率0.00%
答案解析