I am trying to do something relatively simple in Python and am surprised at how badly this isn\'t working for how simple it should be.
I\'m here just trying to concatena
Could you verify if you've set the PYTHONUNBUFFERED environment variable? When set on Windows, you will definitely run into issues where raw_input returns the \r. You can read more about it here.
PYTHONUNBUFFERED
\r