Hi, I'm a dad trying to help my 10 year old son run a robot off of the Raspberry Pi. The robot is running fine, but he would really prefer to drive it with the arrow keys. We have tried the getch() command a variety of ways including through the getch() module and the curses module. Unfortunately to...