通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
下面条语句的输出是( )。
f = lambda a = "hello", b = "python", c = "wow": a + b.split("o")[1] + c print(f("hi"))