fork download
  1. f = lambda*x:sum(map(int.__mul__,*x))
  2.  
  3. print f([2, 7, 5, 1, 9], [1, 2, 3, 2, 3])
Success #stdin #stdout 0.02s 9016KB
stdin
Standard input is empty
stdout
60