Could you expand on this? For example, this works just fine:
def silly_append(item, orig=[]): return orig + [item]