通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
下面代码的输出是( )。
f = lambda x,y: x if x < y else y a = "aa", "bb" b = f("bb", "aa") print(a, b, "aa")