HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 20 hours agoI have a 64-bit genderlemmy.mlimagemessage-square29fedilinkarrow-up1252arrow-down126cross-posted to: programmerhumor@lemmy.ml
arrow-up1226arrow-down1imageI have a 64-bit genderlemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 20 hours agomessage-square29fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareBumblefumble@lemm.eelinkfedilinkarrow-up5arrow-down3·15 hours agoimport isFemale def isMale(Person): if isFemale(Person): return False else: return True
minus-squarespongebue@lemmy.worldlinkfedilinkarrow-up9arrow-down1·14 hours agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
minus-square__nobodynowhere@startrek.websitelinkfedilinkEnglisharrow-up5·8 hours agoStackOverflowException was unhanded
isMale
import isFemale def isMale(Person): if isFemale(Person): return False else: return True
public boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
StackOverflowException was unhanded