通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
def f1 (a, b) : global c c=a*b return a*b+10 print (f1(2, 4))
以上程序段输出结果是( )。