(单选题, )#下面代码的输出结果是( ) for s in "HelloWorld": if s=="W": break print(s,end="")
A.HelloWorld
B.Helloorld
C.World
D.Hello
正确答案是D