Search
Similar to lists we can get the length of the string using len() and select string characters using Indices.
len()
If we want to select a substring from the string, we can use indices within a range. This method is called string slicing.