题目内容

以下文件操作方法,打开后能读取CSV格式文件的选项是( )。

A. fo = open( “123.csv”, “r”)
B. fo = open( “123.csv”, “w”)
C. fo = open( “123.csv”, “x”)
D. fo = open( “123.csv”, “a”)

查看答案
更多问题

在Python平台中,已经成为事实上的图像处理库的是()。

A. Skimage
B. CV2
C. NumPy
D. PIL

PIL库中哪个是最主要的模块?

A. Image
B. ImageChops
C. ImageDraw
D. ImageFile

某代码读取图片文件时,识别该图像文件为PNG格式,那么该代码很可能使用了Image类中的()属性。

A. mode
B. info
C. palette
D. format

Image.convert(mode)实现图像的模式转换,参数设置为()时,图像转换为灰度图像。

A. 1
B. L
C. F
D. P

答案查题题库