Course Content
Lectures
0/60
Python Beginner to Intermediate Course
About Lesson

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 sub-string inside of the string and then slices it from there.

Join the conversation