world = "world"str = 'hello'print str+world 的结果为
A、helloworld;
B、helloworld;
C、hello"world";
D、语法错误
发布时间:2025-05-15 07:01:34
A、helloworld;
B、helloworld;
C、hello"world";
D、语法错误
以下代码生成结果分别是: str=”Hello world” print(str1[-10:-4]) print(str1[-5:-11]) print(str1[7:1:-2]) print(str1