I am quite new to Python programming, just started about a week ago, and was just designing a simple menu for a simple guessing game.
I have browsed Google and other websites trying to find snippets of code that may help me but my searches haven't turned up anything.
I've got it displaying the menu correctly;
"(P)lay game
(I)nstructions
(Q)uit"
but I am having trouble working out how to get the user input, such as when they push 'i' it displays the instructions for the game and when they push 'p' it starts the game.
If anyone could lead me down the right path it would be greatly appreciated, back to trying to work it out in the mean time.