tutorial.eyehunts.com
String slicing in Python | Example code
Getting a substring from a given string is called a String slicing in Python. A simple way to do this is to use the simple slicing operator.
Rohit