you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 1 year ago
a  = null
if not a:
   …

if not a were null then an if that evaluates that would evaluate it as falsy… also if a would evaluate as falsy :/ that’s far weirder behaviour

  • source
  • parent