题库 Python题库 题目列表 运行下列python程序,输出结果是?( )alist=[3...
单选题

运行下列python程序,输出结果是?( )

alist=[3,6,9]
for i in alist[::-1]:
    print(i,end=',')
A.

3,6,9,

B.

3,6,9

C.

9,6,3

D.

9,6,3,

题目信息
2024年 9月 选择题
0%
正确率
0
评论
13
点击