import sys #Function to split a string into a list of n char strings def split(string, size): i=0 liste=[] while(i