第18092题
给定Python代码的运行结果是什么?

给定如下Python代码,请问运行后输出结果是:

s = 'hello'
print(s+'world')
A

sworld

B

helloworld

C

hello

D

world

提交0次 正确率0.00%
答案解析