뱅크샐러드 제품 소개 및 기술...

Post on 08-Jan-2017

689 Views

Category:

Software

14 Downloads

Preview:

Click to see full reader

TRANSCRIPT

for card in all_cards: if not is_condition_satisfied(card, spendings): continue saved_amount = apply_restriction(card, spendings) result += (card, saved_amount)return sorted(result, key=lambda x: x[1], reverse=True)

top related