Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1.         for item in final_table_data:
  2.             if item['AccountType'] == result['AccountType']:
  3.                 item['AvgMonthly'] += avg_monthly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement