how to split string in 8 digit in python code example Example: split numbers python num = 12345 >>> [int(i) for i in str(num)] [1, 2, 3, 4, 5]