A small collection of WTF code snippets sorted by language.

  • FourPacketsOfPeanuts@lemmy.world
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    21 days ago

    Python item 1

    Mutable default arguments don’t get re-initialized with each function call.

    got an audible wtf from me… Been using python for years, totally unaware.