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