In Python 3 `raw_input` was renamed to `input`. Start to use the compatibility library to call the function. https://pythonhosted.org/six/#module-six.moves
In Python 3 `raw_input` was renamed to `input`. Start to use the compatibility library to call the function. https://pythonhosted.org/six/#module-six.moves