fork download
  1. print map(lambda x:hash(x)%78%10,['though', 'through', 'thorough', 'Thoreau', 'throw', 'threw', 'trough', 'tough', 'troll'])
Success #stdin #stdout 0.01s 7692KB
stdin
Standard input is empty
stdout
[5, 6, 8, 7, 3, 1, 9, 4, 2]