通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
def f1(a,b) a=a+b return a*10 print (f1 (f1(1, 2), 5))
print函数输出的结果是( )。