(单选题, )下面代码的输出结果是( )A = [1, 2, 3]For i in a[::-1]: print(i,end=",")
A.3,1,2 B.2,1,3 C.3,2,1, D.1,2,3
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。