The Picard ManeuverM to memes@lemmy.world • 4 months agoDon't do itlemmy.worldimagemessage-square34fedilinkarrow-up1192arrow-down112
arrow-up1180arrow-down1imageDon't do itlemmy.worldThe Picard ManeuverM to memes@lemmy.world • 4 months agomessage-square34fedilink
minus-square@takeda@lemm.eelinkfedilink2•4 months agoActually the explanation is wrong. not() is actually not () not is a keyword not a function. Boolean of empty tuple is False and then not negates it. I explained it better here: https://lemm.ee/post/61594443/19783421
minus-squareZiglin (it/they)linkfedilinkEnglish1•4 months agoThat makes a lot more sense, thanks I did see in the syntax highlighting that it was a keyword but forgot that none of them took parameters.
Actually the explanation is wrong.
not()
is actually
not ()
not
is a keyword not a function.Boolean of empty tuple is
False
and thennot
negates it.I explained it better here:
https://lemm.ee/post/61594443/19783421
That makes a lot more sense, thanks I did see in the syntax highlighting that it was a keyword but forgot that none of them took parameters.