执行下列代码后,运行结果是:Helloorld
执行下列代码后,运行结果是:Helloorld!( )
for i in "HelloWorld!": if i=="W": break print(i,end="")
正确
错误