• @takeda@lemm.ee
    link
    fedilink
    64 months ago

    Are you sure?

    I can’t test it now, but to me it looks like () is an empty tuple. Python behavior is that for logic operations empty set equals to false. Then we apply not to get True. Not having space between not operator and parentheses makes it look like it is a function.

    • LostXOR
      link
      fedilink
      14 months ago

      I’m pretty sure you’re right; that makes more sense.