题库 python等级考试 题目列表 下列程序的运行结果是? (?)tem=(4,7,4,6,9)tem=tem+(4...
单选题

下列程序的运行结果是? (?)

tem=(4,7,4,6,9)

tem=tem+(4,)

print(tem.count(4))

A.

2

B.

0

C.

程序报错

D.

3

题目信息
元组 二级知识块 2022年12月 一般
0%
正确率
0
评论
45
点击