''' Purpose: demonstrate string acquisition (the getting of input) ''' reply = input( "Tell me what is on your mind: " ) print() print( "Hmmm ---", reply ) print() print( "That tells me a lot about you." ) print() print( "I wish we had more time to chat. So long." )