How do I get keyboard input in python ? I want to do the equivalent of this C code, in python x=getch() With the books that I have, there are no references in the index to get, keyboard input, or in the Python help file. What is the magic word I am looking for ?