运行print(\hello world\)将输出()
A、helloworld
B、helloworld
C、helloworld"
D、"helloworld
发布时间:2025-05-23 14:06:10
A、helloworld
B、helloworld
C、helloworld"
D、"helloworld
以下代码生成结果分别是: str=”Hello world” print(str1[-10:-4]) print(str1[-5:-11]) print(str1[7:1:-2]) print(str1