def f1(a,b): a,b=1,2 return

def f1(a,b):
  a,b=1,2
  return a,b
a,b=10,20
print(a,b)
答案
C

题目信息

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