''' Name: Email id: Purpose: further introduce decision making ''' # get the input reply = input( "Enter two numbers: " ) # convert the input into integers ... # compare the numbers to determine their relationship ... # display the result ... # all done