题库 Python题库 题目列表 以下程序的输出结果是( )。 ...
单选题

以下程序的输出结果是(  )。

    a = tuple('abcdefg') 

    print(a)

A.

('a', 'b', 'c', 'd', 'e', 'f', 'g')

B.

['a', 'b', 'c', 'd', 'e', 'f', 'g']

C.

['abcdefg']

D.

'abcdefg'

题目信息
2023年 3月 选择题
100%
正确率
0
评论
208
点击