fork download
  1. f=lambda t:2>len(t)or max(t[1]/t[0],1)*f(t[1:])
  2.  
  3. t=[0.48,0.4,0.24,0.39,0.74,1.31,1.71,2.1,2.24,2.07,2.41]
  4. print f(t)
Success #stdin #stdout 0.01s 7896KB
stdin
Standard input is empty
stdout
10.8663446055