logoalt Hacker News

fwipyesterday at 6:34 PM0 repliesview on HN

Could you expand on this? For example, this works just fine:

    def silly_append(item, orig=[]):
       return orig + [item]
Edit: Oh, I think you probably mean in cases where you're mutating the input list.