I saw another thread about this, but it said this:
import msvcrt
msvcrt.getch()
I can't quite seem to get that working on my python...
import msvcrt
msvcrt.getch()
I can't quite seem to get that working on my python...
Code:
>>> import msvcrt >>> msvcrt.getch() '\xff'
Comment