下面代码的输出结果是()for s in HelloWorld:()if s==W:()continue()print(s,end=)

下面代码的输出结果是()for s in HelloWorld:()if s==W:()continue()print(s,end=)

A.Hello

B.World

C.HelloWorld

D.Helloorld

正确答案:Helloorld

猜你喜欢