You are viewing a single comment's thread. Return to all comments →
def bonAppetit(bill, k, b): bill[k]=0 annabill=sum(bill)//2 if annabill==b: print('Bon Appetit') else: print(b-annabill)
Seems like cookies are disabled on this browser, please enable them to open this website
Bill Division
You are viewing a single comment's thread. Return to all comments →