Computer Science, asked by DominatorPsyco, 11 months ago

how to get keypress input in python?​

Answers

Answered by laxmi1783
1

Answer:

Python has a keyboard module with many features. Install it, perhaps ... if key == os.linesep: break except Exception as e: # No input pass curses.wrapper(main).

Explanation:

Similar questions