下面代码的输出结果是 for i in[’’pop star’’]: pass print(i,end=’’’’)

admin2019-09-02  8

问题 下面代码的输出结果是
for i in[’’pop star’’]:
pass
print(i,end=’’’’)

选项 A、pop star
B、出错
C、无输出
D、popstar

答案A

解析
转载请注明原文地址:https://kaotiyun.com/show/c36p777K
0

相关试题推荐
最新回复(0)