m13253@tg
says to
YSITD
def f(x=[]): x.append(1) print(x) f(x); f(x); f(x)