(单选题, )下面代码的输出结果是( )
For i in ["po

(单选题, )下面代码的输出结果是( )
For i in ["pop star"]:
pass
print(i,end = " ")

A.无输出

B.pop star

C.出错

D.popstar

正确答案是B