Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python skip input

# get the character of a key pressed (no return key needed)
# works only in the command window and with Windows OS
from msvcrt import getch

print "press a char key (escape key to exit)"

while True: …
Source by www.daniweb.com #
 
PREVIOUS NEXT
Tagged: #python #skip #input
ADD COMMENT
Topic
Name
6+6 =