''' Purpose: demonstrate the printing of a string of characters ''' # get a string reply = input( 'Enter a string: ' ) ### print the characters ...