1 Answer
+ 9
Depending on what exactly you mean by this, I would say so. You can read from the keyboard in so many different ways than by input()...
Interactive-programming-oriented modules usually take care of that - pygame, tkinter and more - they all have key event-based methods implemented, able to act on-the-go to key presses (including arrows of course).