中国大学MOOC: 若字符串 s = hello,则语句 s.ljust(8, .) 和 s.rjust(8) 的输出结果为____________。_
举一反三
- 若字符串 s = 'hello world',则语句 s.ljust(15, '.') 和 s.rjust(15) 的输出结果为? A: '....hello world'' hello world' B: 'hello world....'' hello world' C: 'hello world....''hello world ' D: 'hello world....''hello world'
- 若字符串 s = hello world,则语句s.count(l) 的输出结果为?
- 从键盘输入字符串s和指定字符c,从字符串s中删除字符c,输出处理后的字符串s。例如:若输入abcdefghabca和‘a’,则输出的字符串s为:bcdefghbc。
- 若字符串 s = 'hello world',则语句 s.count('l') 的输出结果为? A: 0 B: 1 C: 2 D: 3
- 若字符串 s = 'hello world',则语句s.count('l') 的输出结果为? A: 0 B: 1 C: 2 D: 3