首页
(填空题, )已知table=''.maketrans('abcw','xyzc'),那么表达式'Hellowworld'.t
2023-11-03 11:12:37
初级Python开发工程师
(填空题, )已知table=''.maketrans('abcw','xyzc'),那么表达式'Hellowworld'.translate(table)的值为()。
'Helloccorld'
上一篇:
(填空题, )表达式'helloworld,helloweveryone'.replace('hello','hi')的值为(
下一篇:
(填空题, )表达式'abcab'.replace('a','yy')的值为()。