@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • 6 months agoI have a 64-bit genderlemmy.mlimagemessage-square32fedilinkarrow-up1269arrow-down127cross-posted to: programmerhumor@lemmy.ml
arrow-up1242arrow-down1imageI have a 64-bit genderlemmy.ml@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • 6 months agomessage-square32fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square@Bumblefumble@lemm.eelinkfedilink2•6 months agoimport isFemale def isMale(Person): if isFemale(Person): return False else: return True
minus-square@spongebue@lemmy.worldlinkfedilink8•6 months agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
minus-square@__nobodynowhere@startrek.websitelinkfedilinkEnglish5•6 months 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