下面代码的输出结果是 s1=’’The python language is a scripting language.’’ s1.replace(’scripting’,’general’) print(s1)

admin2019-09-02  13

问题 下面代码的输出结果是
s1=’’The python language is a scripting language.’’
s1.replace(’scripting’,’general’)
print(s1)

选项 A、The python language is a scripting language.
B、The python language is a general language.
C、[’The’,’python’,’language’,’is’,’a’,’scripting’,’language.’]
D、系统报错

答案A

解析
转载请注明原文地址:https://kaotiyun.com/show/sN6p777K
0

最新回复(0)