Advertisement

python help

Started by March 15, 2005 07:26 AM
0 comments, last by Oluseyi 19 years, 11 months ago
you know how getch(); puase the console in c++, is there any way to do that is python?
If you're targeting Windows, you can use msvcrt console I/O. Alternatively you can use the getch method present in the curses module's window objects.

This topic is closed to new replies.

Advertisement