i know you can use
x = input("...")
to ask something and wait for a response. is there a function to ask something and wait for a response and move on if no response is received in a set time.
i know you can use
x = input("...")
to ask something and wait for a response. is there a function to ask something and wait for a response and move on if no response is received in a set time.