def func(x=[]):x.append(1)return xprint(func(), func())
码途钥匙
def func(x=[]):x.append(1)return xprint(func(), func())