#12 Slicing Strings in Python (Python Tutorials)

#12 Slicing Strings in Python (Python Tutorials)

Slicing the Strings

This tutorial is the fifth video about the strings. In this part, you will
learn how to slice the strings by searching for a specific character or a string
inside of the main string and finding the position of it. This part is the
same as the last video with the difference that it first finds the position by finding
the a substring inside of the string and then slices it from there.

Watch The Video on Youtube