Run
str = '63 41 92 81 69 70' # Split string by single space chunks = str.split(' ') print(chunks)
Output