Too Long; Didn't Read
Strings are one of the primitive data types of python, as we have seen in previous part of the series. String indexes start with 0 and string slicing in python programming is used to fetch a part of the string (substring) from a given string by slicing it from a 'start' index until a 'stop' index.