&#39;Allo All.<br><br>I know that, should you want to get an int from the user, you use int(input(&quot;Question!&quot;)). However, what if the user wasn&#39;t that savvy and didn&#39;t realize he/she HAD to enter a number? Program crash. Is there a way that I can get the input as a string, check and see if it&#39;s convertible to an integer, convert it if it is and ask them to try again if it&#39;s not?<br>
<br>Thanks in advance.<br><br>Ian<br>