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