问题详情

答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

下面代码的输出结果是()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

参考答案
您可能感兴趣的试题