Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Bag of Santa Claus by tokiojapan55
max_value = 0
def choose_good_gift(current_gift, gifts_in_bag, gift_number):
global max_value
if gift_number==1:
max_value = 0
if gift_numbermax_value:
return True
return False
June 3, 2020
Comments: