第26485题 单选题
Python复制图片文件的open函数读写模式填空

题目配图的Python复制图片代码如下:

sourceFile = open("CCF.png", "__________")
sourceData = sourceFile.read()
sourceFile.close()

targetFile = open("CCF_bak.png", "__________")
targetFile.write(sourceData)
targetFile.close()
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析