题库 Python题库 题目列表 toy=['魔方','拼图']toy.append(&#39...
单选题

toy=['魔方','拼图']

toy.append('积木')

print(toy)

以上代码的运行结果是?(

A.

['魔方', '拼图', ['积木']]

B.

['魔方', '拼图', '积木']

C.

['积木', '魔方', '拼图']

D.

'魔方', '拼图', '积木'

题目信息
2022年 12月 选择题
75%
正确率
0
评论
49
点击