#
File String01.py
# Rev 2/4/00 # Copyright 2000, R. G. Baldwin # Illustrates indexing and # slicing strings # #------------------------------- aStr = "This is a string"
#print the entire string
#print an empty string
#count from the right
#get the length of the
string
Figure 10 |