this is a very simple question which I have forgotten but for the code I have listed, how would I go about ensuring that no error pops up when a string is input, and also how do I return the question again if there a negative number is input.
roomChoice = int(input("Which room would you like to book?: "))
Hoping to get a response that is clear and concise as I have to explain this in documentation.