from builtins import len def StringSegmentation(a): b=len(a) c=a[6:b] return c