TechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agoLow effort memeprogramming.devimagemessage-square10fedilinkarrow-up1242
arrow-up1242imageLow effort memeprogramming.devTechCodex@programming.dev to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square10fedilink
minus-squareDandroid@dandroid.applinkfedilinkarrow-up4·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-up9·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.