第14231题 单选
给定Python代码中变量a的数据类型是?
f = open('RGB.txt', 'r')
a = f.readlines()
A

字符串

B

数组

C

元组

D

列表

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