11.寫出程式執行結果。
(A)123
(B)3
(C)1
(D)6
a=[1,2,3]
a1=[str(a1) for a1 in a]
b="".join(a1)
print(b)

答案:登入後查看
統計: 尚無統計資料