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

This tutorial is the second video about strings. In this part, you will learn how to retrieve different characters of a string, how to find the length or number of characters in it and also how to loop through a string. This is the first time that you will face with the for loop in python. However, the ‘for loop’ tutorial will be covered later throughout the course.

Join the conversation