HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 1 month agoI have a 64-bit genderlemmy.mlimagemessage-square35fedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1imageI have a 64-bit genderlemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 1 month agomessage-square35fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareBumblefumble@lemm.eelinkfedilinkarrow-up0·1 month agoimport isFemale def isMale(Person): if isFemale(Person): return False else: return True
minus-squarespongebue@lemmy.worldlinkfedilinkarrow-up0·1 month agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
minus-square__nobodynowhere@startrek.websitelinkfedilinkEnglisharrow-up0·1 month 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