首页
(填空题, )已知字符串x='hello world',那么执行语句x.replace('hello','hi')之后,x的值
2023-11-03 11:12:34
初级Python开发工程师
(填空题, )已知字符串x='hello world',那么执行语句x.replace('hello','hi')之后,x的值为。
'hello world'
上一篇:
表达式sum(range(1,10,2))的值为。
下一篇:
(填空题, )表达式5 if 5>6 else (6 if 3>2 else 5)的值为。