fork download
  1. f = lambda x,n:int(`x`[1::n+3])%(10**n/2)+10**n/9
  2.  
  3. print f([92345678,23456789,34567890,45678901,56789012,67890123,78901234,89012345], 8)
Success #stdin #stdout 0.02s 9016KB
stdin
Standard input is empty
stdout
54690246