I have looked at a few thread about this, but it doesn\'t seem to solve my problem. I am running linux and when I use raw_input(), with a pause between each, it will take th
Use keypress getch class of tty (linux) and msvcrt (windows) and use sys.stdout.flush() function to flush the buffer