- 理论
-
- 单选题
- 判断题
- 实 ***
-
- 计算题
- 作图题
1、下列程序运行的结果是?
S = "hello"
print(s + "world")
A、sworld
B、helloworld
C、hello
D、world
知识点:
1、加法运算符特殊用法:
当
欢迎分享,转载请注明来源:内存溢出
1、下列程序运行的结果是?
S = "hello"
print(s + "world")
A、sworld
B、helloworld
C、hello
D、world
知识点:
1、加法运算符特殊用法:
当
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)