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