python help
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
Popular Topics
Advertisement
Recommended Tutorials
Advertisement