问题详情
下面代码的输出结果是()for s in "HelloWorld": if s=="W": continue print(s,end="")
A、Hello
B、World
C、HelloWorld
D、Helloorld