como mapear a matriz de string para int em python

results = map(int, results)
Splendid Skunk