Как отобразить массив строки в int в python
results = map(int, results)
Splendid Skunk
results = map(int, results)
results = map(str, results)