I am new to Python and am trying to create a program that asks the user a simple question. I also want to create a timer that lasts only 5 seconds for the input. When the timer ends, I want a message that says "timer up" to appear.
I created both the question and timer, but only one runs at once. How do I fix this?