fork download
  1. print len([i for i in xrange(10000, 100000) if str(i)[-1] == '1'])
Success #stdin #stdout 0.11s 6512KB
stdin
Standard input is empty
stdout
9000