
Featured
- 
        
No Featured Found!
 
Tags
Accessing Values in Strings in python
                      Python does not support a character type treated as strings of length 1, thus also consider a substring.
To access substrings, use the square brackets for slicing along with the index or indices to obtain your substring. For example 
#!/usr/b... 
                      
        
        