首页
(填空题, )已知x='hello world',那么表达式x.replace('l','g')的值为()。
2023-11-03 11:12:36
初级Python开发工程师
(填空题, )已知x='hello world',那么表达式x.replace('l','g')的值为()。
'heggo worgd'
上一篇:
(填空题, )假设已成功导入Python标准库string,那么表达式len(string.digits)的值为()。
下一篇:
(填空题, )表达式':'.join('abcd'.split(maxsplit=2))的值为()。