当前位置:考试网  > 试卷库  > 计算机类  > 等级考试  > 计算机二级  > Python语言程序设计  >  以下程序输出到文件 text.csv 里的结果是: fo = open("text.csv",'w') x = [90,87,93] z = [] for y in x: z.append(str(y)) fo.write(",".join(z)) fo.close()
试题预览

以下程序输出到文件 text.csv 里的结果是:

fo = open("text.csv",'w')

x = [90,87,93]

z = []

for y in x:

z.append(str(y))

fo.write(",".join(z))

fo.close()

A、[90,87,93]
B、90,87,93
C、‘[90,87,93]’
D、‘90,87,93’
查看答案
收藏
纠错
正确答案:

B

答案解析:

暂无解析

你可能感兴趣的试题

WhichofthefollowingwordsdoesNOThavesuffixes?

EmpiricalstudiesshowthattheprocessofSLAisaprocessofconstructingandmodifyingrulesofcommunication.

Theword“minister”originallymeant“aservant”,butnowhaschangedto“aheadofaministry”.Thisprocessofmeaningchangeiscalled______.

WithanappropriateconjunctiveLastmonthIboughtawatch.Itischeap,________itgoesquitewell.

Thereisagrowingbodyofevidencetosupportthefactthatmostpeoplesufferfromalackofdaydreaming_______anexcessofit.

热门试题 更多>
试题分类: 汽车驾驶员(初级)
练习次数:0次
试题分类: 燃气经营人员
练习次数:0次
试题分类: 汽车驾驶员(初级)
练习次数:0次
试题分类: 燃气管道工
练习次数:46次
试题分类: 燃气管网运行工
练习次数:0次
扫一扫,手机做题