‘ helloworld ’.rstrip() 运行结果是(后面4个空格)A.helloworld
举一反三
- 语句PrintFormat(“HelloWorld”,“>”)的输出结果是()。 A: helloWORLD B: helloworld C: HELLOWORLD D: HELLOworld
- Print(“HelloWorld!”),输出结果是()。 A: HelloWorld! B: “HelloWorld!” C: 无法显示 D: 提示出错
- 运行以下语句,输出的结果是( )。for s in "HelloWorld":if s=="W":continueprint(s,end="") A: HelloWorld B: Helloorld C: HelloWorl D: Helloorl
- 下面代码的输出结果是 s="HelloWorld!" print(s.split('')) A: ['Hello','World!'] B: HelloWorld! C: HelloWorld! D: 系统报错
- ‘helloWorld’.upper()的值是()。 A: "HELLOWORLD" B: "Helloworld" C: "helloWorld" D: "helloworld"