题库 Python题库 题目列表 下列选项中,哪个选项调用如下函数会报错?( )&nbsp...
单选题

下列选项中,哪个选项调用如下函数会报错?(

 def show(numbers):

   for n in numbers:

     print(n)

A.

show([4,5,6])

B.

show('Chinese')

C.

show(3,4)

D.

show((4,5,6))

题目信息
2021年 6月 选择题
0%
正确率
0
评论
32
点击