For instance I would like it so,
x = int(input("Please enter your guess :")
If x = 1:
Print ("correct")
Although each time i need to press enter, how could I make it so it would read on key press.
I did find getch() although i could not get it to work.