-->
当前位置:首页 > 题库

单选题:which one is the result of list("abcd")

Luz5年前 (2021-05-10)题库1001
which one is the result of list("abcd")
@[A](2)

A. ['a', 'b', 'c', 'd']
B. ['ab']
C. ['cd']
D. ['abcd']




A.['a', 'b', 'c', 'd']
B.['ab']
C.['cd']
D.['abcd']



答案:A