5.以下程序的输出结果是( )。
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'
5.以下程序的输出结果是( )。
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'
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会