Python 面试中 8 个必考问题 1、下面这段代码的输出结果是什么?请解释。defextendList(val,list=[]):list.append(val)returnlistlist1= 面试必考问题