''' Purpose: decision making ''' # get the input reply = input( "Enter string: " ) # classify the reply ... # all done