(单选题, )下面代码的输出结果是( ) for i in "Python": print(i,end=" ")
A.P,y,t,h,o,n,
B.P y t h o n
C.Python
D.P_y_t_h_o_n
正确答案是B