tutorial.eyehunts.com
Python split string by number of characters | Code
Use range() function and slicing notation to split string by a number of characters in Python. Simple example code split a string into array
Rohit