Demonstrate string subscripting (i.e., indexing). print("The first character is", s[0]) print("The second character is", s[1]) print("The third character is", s[2 ...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.