判断题
下列程序的功能是将列表对象输出到CSV文件。( )
shuig=['苹果','香蕉','桃子','西瓜']f=open('shuiguo.csv','w')f.write(','.join(shuig) '\')f.close()
A.
正确
B.
错误
发表评论 取消回复