''' def find_by_myself(source,target): N = len(source) m = len(target) flag = True i=0 while(i