def f1(a,b) a=a+b return a*

def  f1(a,b)
       a=a+b
return a*10
print (f1 (f1(1, 2), 5))

print函数输出的结果是(  )。

答案
A

题目信息

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