第14036题 判断题
判断给定Python读取图像文件的代码能否将二进制数据存储到变量a中

有如下Python代码:<pre><code>with open('RGB.jpg','rb') as f: a=f.read() </code></pre>判断这段代码是否可以将图像文件RGB.jpg的二进制数据存储在变量a中。

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
知识点:
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析