HiddenLayer555@lemmy.ml to Programmer HumorEnglish · 1 month agoI have a 64-bit genderlemmy.mlimagemessage-square36fedilinkarrow-up1322arrow-down135cross-posted to: [email protected][email protected]
arrow-up1287arrow-down1imageI have a 64-bit genderlemmy.mlHiddenLayer555@lemmy.ml to Programmer HumorEnglish · 1 month agomessage-square36fedilinkcross-posted to: [email protected][email protected]
minus-squareBumblefumble@lemm.eelinkfedilinkarrow-up5arrow-down3·1 month agoimport isFemale def isMale(Person): if isFemale(Person): return False else: return True
minus-squarespongebue@lemmy.worldlinkfedilinkarrow-up10arrow-down1·1 month agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
minus-square__nobodynowhere@startrek.websitelinkfedilinkEnglisharrow-up5·1 month agoStackOverflowException was unhanded
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