You are viewing a single comment's thread. Return to all comments →
**Simple Python Solution **
x = min(bc,wc+z) y = min(wc,bc+z) return (b*x) + (w*y)
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 →
**Simple Python Solution **