通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
以下代码的输出结果是( )。
ls = ["apple","red","orange"] def func(a): ls.append(a) return func("yellow") print(ls)