I am writing a program in Python 2.6 and need help with doing a loop.
the user input can only enter "a1", "a2", a3", "a4", or "a5"
any other input it should loop back
if the input was valid it should continue.
if the input was not valid it should get another input until it is valid
thanks for your help
the user input can only enter "a1", "a2", a3", "a4", or "a5"
any other input it should loop back
if the input was valid it should continue.
if the input was not valid it should get another input until it is valid
thanks for your help
Comment