According to the Python 2.x documentation, it is recommended to use the raw_input
function instead of input
. Conversely, in the Python 3.x documentation, the raw_input
function does not even appear. So does the input
function in Python 3.x replace the raw_input
? Function?