You are viewing a single comment's thread. Return to all comments →
def taumBday(b, w, bc, wc, z): # Write your code here if bc>wc+z: x=(w+b)*wc+b*z return x elif wc>bc+z: y=(b+w)*bc+w*z return y else: z=b*bc+w*wc return z
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 →