You are viewing a single comment's thread. Return to all comments →
def taumBday(b, w, bc, wc, z): if(bc>wc+z): w=b+w return (w*wc)+(b*z) elif(wc>bc+z): wc=bc+z return (w*wc)+(b*bc) else: return (b*bc)+(w*wc)
Seems like cookies are disabled on this browser, please enable them to open this website
Taum and B'day
You are viewing a single comment's thread. Return to all comments →