fork download
  1. f=lambda x:x[1:]and int(`x.pop()`,x[-1])+f(x)or x[0]
  2.  
  3. print f([4, 12, 34, 20, 14, 6, 25, 13, 33])
Success #stdin #stdout 0s 9024KB
stdin
Standard input is empty
stdout
235