Traversing a String

Traversing a string using for loop

How to traverse a String in Python? - Iteration in Pythoin - Concepts

In the above code, the loop starts from the first character of the string str1 and automatically ends when the last character is accessed.

 

Traversing a string using while loop

part 2 - Traversing a String - Concepts - Chapter 8 Class 11 - Strings - Computer Science - Class 11

Here the while loop runs till the condition index < len(str) is True , where index varies from 0 to len(str1) -1.

Remove Ads Share on WhatsApp
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science and Computer Science at Teachoo