I have thise huge code that I'm going to implement . Before I start that, I want to do a raw_input('Enter something: .'). I want it to sleep for 3 secs and if there's no input, then cancel the raw-input prompt and run the rest of the code. Then the code loops and implements the raw_input again.
I want it so that if somedoes put a raw_input in like 'q', then I want the loop to break.
Is there a simple way to do this? I've been stuck on this forever.
Thank You.