Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. non_trade_usd = reduce(lambda x, y: x[0]*x[1] + y[0]*y[1] / rpc_call('UsdRate', y[2].strftime("%d.%m.%y"))['rate'],
  2.                        non_trade_ops)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement