def f1(a,*b): print(type(b)

def f1(a,*b):
    print(type(b))
  for n in b:
    a+=b
  return  a
答案
B

题目信息

题号:3784
题型:单选题
难度:普通