TechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agoLow effort memeprogramming.devimagemessage-square11fedilinkarrow-up1220arrow-down150
arrow-up1170arrow-down1imageLow effort memeprogramming.devTechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square11fedilink
minus-squareDandroid@dandroid.applinkfedilinkarrow-up3arrow-down1·1 year agoI don’t use python too often, but I need to use it every once in a while. Every fucking time I get the red squiggly under “true” and I’m sitting there for a second like, “…the fuck??? Ohhhhh, right.” Every time.
minus-squared_k_bo@feddit.delinkfedilinkarrow-up8·edit-21 year agoJust put true = False false = True at the top of your files.
I don’t use python too often, but I need to use it every once in a while. Every fucking time I get the red squiggly under “true” and I’m sitting there for a second like, “…the fuck??? Ohhhhh, right.”
Every time.
Just put
true = False false = True
at the top of your files.