判断题

在Python中,可以使用下面代码读取文件中的数据到列表 。

file = open('score.csv','r')
name = file.read().strip('\n').split(',')
file.close()


A 正确
B 错误
赣ICP备20007335号-2