TechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agoLow effort memeprogramming.devimagemessage-square11fedilinkarrow-up1244arrow-down154
arrow-up1190arrow-down1imageLow effort memeprogramming.devTechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square11fedilink
minus-squareDandroid@dandroid.applinkfedilinkarrow-up4arrow-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-up9arrow-down1·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.