I'm doing an application for fun in python. One of the things i want to do, is print out to terminal a list of option to choose from by navigating up and down using arrow keys (If it's possible). for example: Hey, please choose one of the following options:
1-XXXXX
2-YYYYY
3-ZZZZZ
and the user chooses the one highlighted. and how do i bind what the customer chose to a variable? Thanks!