''' Purpose: demonstrate string acquisition (the getting of input) ''' reply1 = input( "Tell me what is on your mind: " ) print() print( "Hmmm ---", reply1 ) print() reply2 = input( "Why is that on your mind: " ) print() print( "Oh? I wish we had more time to chat. So long." )