I want to make a script in python 3(preferably) in which I get an "input()" from the user, but the user may or may not give the input. So it should wait for some fixed time and if no input is given in that time follow default condition already set.
I have no idea, if there are any keywords I should search for.