题目:What will be the output of the following Python code? >>>list("a#b#c#d".split('#'))
A. ['abcd']
B. ['a b c d']
C. ['a#b#c#d']
D. ['a', 'b', 'c', 'd']
答案:评论后可见此内容
推荐使用我们的公众号搜索题目,题目更全,检索更方便。支持语音、图片、文字等多种搜索方式。