[Tutor] getting input from keyboard

Tony Cappellini tony@tcapp.com
Tue Dec 24 00:25:01 2002


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 ?