第18768题 判断题
判断以下Python读取CSV文件到列表的代码是否正确
f=open(‘ss.csv’,’r’)
n=f.read().strip("\n").split(",")
f.close()
A

正确

B

错误

程序运行统计
暂无判题统计