JPDev@programming.dev to Programmer Humor@programming.dev · 9 months agoReturns a sorted list in O(1) timeprogramming.devimagemessage-square27fedilinkarrow-up1291arrow-down113
arrow-up1278arrow-down1imageReturns a sorted list in O(1) timeprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 9 months agomessage-square27fedilink
minus-squareTrailblazing Braille Taser@lemmy.dbzer0.comlinkfedilinkarrow-up3·9 months agoWell duh. I wonder what happens if you shadow the list constructor and try to use it as a type hint… def foo(list: list): def bar(thingies: list): pass
Well duh. I wonder what happens if you shadow the list constructor and try to use it as a type hint…
def foo(list: list): def bar(thingies: list): pass