> Date: Wed, 14 May 2014 16:16:45 -0400
> From: d...@davea.name
> To: tutor@python.org
> Subject: Re: [Tutor] While Loop?
>
> On 05/14/2014 05:45 AM, Sam Ball wrote:
>> I'm attempting to create a program where the user inputs
I'm attempting to create a program where the user inputs their account number
(which must be 8 digits) and if what the user enters is not 8 digits in length
I want python to tell the user this is invalid and then keep asking for the
account number until a suitable number has been entered.
I'm g