Run
mystring = 'pythonexamples.org' substring = mystring[6:12] print(substring)
Output