Important Notice:

Course Content
Strings in Python (Chapter-6) M3-R5
About Lesson

Traversing a String:-

          एक स्ट्रिंग को ट्रैवर्स करने का मतलब होता है सब-स्क्रिप्ट या इंडेक्स का उपयोग करके स्ट्रिंग के सभी element को एक के बाद एक एक्सेस करना। for loop या while loop का उपयोग करते हुए स्ट्रिंग को कैरेक्टर दर कैरेक्टर ट्रैवर्स किया जा सकता है।

 

Traversing a String:-

          Traversing a string means accessing all the elements of the string one after the other using subscripts or indexes. A string can be traversed character by character using a for loop or while loop.

error: Content is protected !!