多项选择题

A.list("123")
B.map(unicode,range(1,3))
C.[("1"),("2"),("3")]
D.[("1",),("2",),("3",)]